Skip to content

Commit

Permalink
Merge pull request #22 from phydrus/dev
Browse files Browse the repository at this point in the history
Update Master to Pyet 1.0.1
  • Loading branch information
mvremec authored Sep 23, 2021
2 parents 8e188a5 + fc49f4d commit bbb8986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload --skip-existing dist/*
twine upload dist/*
2 changes: 1 addition & 1 deletion pyet/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This is the only location where the version will be written and changed.
# Based on https://packaging.python.org/single_source_version/
__version__ = "1.0.1b"
__version__ = "1.0.1"

0 comments on commit bbb8986

Please sign in to comment.