Skip to content

Commit

Permalink
chore: Bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inexcode committed May 22, 2024
1 parent 524adaa commit 5a100ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selfprivacy_api/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ async def get_token_header(

def get_api_version() -> str:
"""Get API version"""
return "3.1.0"
return "3.2.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="selfprivacy_api",
version="3.1.0",
version="3.2.0",
packages=find_packages(),
scripts=[
"selfprivacy_api/app.py",
Expand Down

0 comments on commit 5a100ec

Please sign in to comment.