We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d3992 commit 70e8606Copy full SHA for 70e8606
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="warrant-python",
9
- version="2.1.0",
+ version="2.2.0",
10
description="Python SDK for Warrant",
11
long_description=README,
12
long_description_content_type="text/markdown",
warrant/__init__.py
@@ -10,7 +10,7 @@
from warrant.user import User
from warrant.tenant import Tenant
13
-__version__ = "2.1.0"
+__version__ = "2.2.0"
14
15
api_key = ""
16
api_endpoint = "https://api.warrant.dev"
0 commit comments