Skip to content

Commit

Permalink
fix wrong version in __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
pmayd committed Oct 12, 2022
1 parent bff048a commit 0dabe48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ maintainers = [
]
description = "Python wrapper for GENESIS web service interface (API) of the Federal Statistical Office."
name = "pystatis"
version = "0.1.2"
version = "0.1.3"
readme = "README.md"
repository = "https://github.com/CorrelAid/pystatis/tree/v0.1.0"
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion src/pystatis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from pystatis.profile import change_password, remove_result
from pystatis.table import Table

__version__ = "0.1.0"
__version__ = "0.1.3"

__all__ = [
"change_password",
Expand Down

0 comments on commit 0dabe48

Please sign in to comment.