diff --git a/setup.py b/setup.py index e0fd2c1..994dcd8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="zarban", - version="0.3.3", + version="0.4", author="Zarban", author_email="info@zarban.io", description="Python SDK for Zarban", @@ -41,4 +41,4 @@ "requests", # Add other dependencies here ], -) \ No newline at end of file +)