Skip to content

Commit 55303bf

Browse files
authored
v3.0.0: Add v2 api support (#16)
1 parent 32f71c5 commit 55303bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="warrant-python",
9-
version="2.2.0",
9+
version="3.0.0",
1010
description="Python SDK for Warrant",
1111
long_description=README,
1212
long_description_content_type="text/markdown",

warrant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from warrant.user import User
1313
from warrant.tenant import Tenant
1414

15-
__version__ = "2.2.0"
15+
__version__ = "3.0.0"
1616

1717
api_key = ""
1818
api_endpoint = "https://api.warrant.dev"

0 commit comments

Comments
 (0)