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 32f71c5 commit 55303bfCopy full SHA for 55303bf
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="warrant-python",
9
- version="2.2.0",
+ version="3.0.0",
10
description="Python SDK for Warrant",
11
long_description=README,
12
long_description_content_type="text/markdown",
warrant/__init__.py
@@ -12,7 +12,7 @@
from warrant.user import User
13
from warrant.tenant import Tenant
14
15
-__version__ = "2.2.0"
+__version__ = "3.0.0"
16
17
api_key = ""
18
api_endpoint = "https://api.warrant.dev"
0 commit comments