Skip to content

Commit

Permalink
Bump version to publish on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
aquatix committed Nov 24, 2024
1 parent 95fe2a5 commit 12cb8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ns_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from pytz.tzinfo import StaticTzInfo

# ns-api library version
__version__ = '3.1.1'
__version__ = '3.1.2'


# set placeholder url params
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nsapi"
version = "3.1.1"
version = "3.1.2"
authors = [
{name = "Michiel Scholten", email = "[email protected]"},
]
Expand Down

0 comments on commit 12cb8f3

Please sign in to comment.