chore: Bump version to 3.2.0

This commit is contained in:
Inex Code 2024-05-22 10:57:59 +03:00
parent 524adaa8bc
commit 5a100ec33a
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="selfprivacy_api",
version="3.1.0",
version="3.2.0",
packages=find_packages(),
scripts=[
"selfprivacy_api/app.py",