We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a38a50 commit 2d22c27Copy full SHA for 2d22c27
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="warrant-python",
9
- version="1.0.0",
+ version="2.0.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__ = "1.0.0"
+__version__ = "2.0.0"
14
15
api_key = ""
16
api_endpoint = "https://api.warrant.dev"
0 commit comments