Skip to content

Commit

Permalink
release: bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waza-ari committed Jan 15, 2024
1 parent 25d3e8e commit 971dcea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion easyverein/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Middleware for FastAPI that supports authenticating users against Keycloak
"""

__version__ = "0.1.3"
__version__ = "0.2.0"

# Export EasyVerein API directly
from .api import EasyvereinAPI # noqa: F401
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-easyverein"
version = "0.1.3"
version = "0.2.0"
description = "Python library to interact with the EasyVerein API"
authors = ["Daniel Herrmann <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 971dcea

Please sign in to comment.