Skip to content

Commit

Permalink
Merge pull request #854 from rzellem/develop
Browse files Browse the repository at this point in the history
v1.6.0: Ultranest for Mac/Unix users
  • Loading branch information
rzellem authored Sep 1, 2021
2 parents a35d677 + c09004b commit 4658228
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 @@ -27,6 +27,6 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist --format=gztar,zip bdist_wheel --universal
python setup.py sdist --format=zip bdist_wheel --universal
twine check dist/*
twine upload dist/*
2 changes: 1 addition & 1 deletion exotic/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.0"
__version__ = "1.6.0"

0 comments on commit 4658228

Please sign in to comment.