Skip to content

Commit

Permalink
First release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Sep 1, 2021
1 parent c6a36e1 commit d22b320
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries

name: Publishes Python package to PYPI
name: Publish package to PYPI

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Tests Python Application
name: Lint, Style & Test

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import setuptools

__title__ = "inrcot"
__version__ = "1.0.0b3"
__version__ = "1.0.0"
__author__ = "Greg Albrecht W2GMD <[email protected]>"
__copyright__ = "Copyright 2021 Greg Albrecht"
__license__ = "Apache License, Version 2.0"
Expand Down

0 comments on commit d22b320

Please sign in to comment.