Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
waterfountain1996 committed Nov 2, 2023
1 parent 9db43df commit 0077777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ jobs:
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion src/sqlalchemy_window/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from ._window import over_window
from ._window import window

__version__ = "0.2.0rc0"
__version__ = "0.2.0"

__all__ = (
"CURRENT_ROW",
Expand Down

0 comments on commit 0077777

Please sign in to comment.