chore: Bump version to 3.2.2

This commit is contained in:
Inex Code 2024-07-01 19:25:54 +04:00
parent 7522c2d796
commit 4066be38ec
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.2.1"
return "3.2.2"

View file

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