Skip to content

Commit

Permalink
Merge pull request #562 from WenjieDu/dev
Browse files Browse the repository at this point in the history
Release v0.9
  • Loading branch information
WenjieDu authored Feb 8, 2025
2 parents 24c6770 + a8d8edd commit 3f0d09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_PyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python -m build
- name: Publish the new package to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.6
uses: pypa/gh-action-pypi-publish@v1.12.4
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion pypots/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
#
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
__version__ = "0.8.1"
__version__ = "0.9"

0 comments on commit 3f0d09c

Please sign in to comment.