Skip to content

Commit

Permalink
chore: Bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inexcode committed Feb 23, 2024
1 parent 88b3a1e commit 3965203
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.0.0"
return "3.0.1"
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.0.0",
version="3.0.1",
packages=find_packages(),
scripts=[
"selfprivacy_api/app.py",
Expand Down

0 comments on commit 3965203

Please sign in to comment.