Skip to content

Commit 70e8606

Browse files
authored
v2.2.0: Add policy support for creating / deleting warrants (#14)
1 parent 23d3992 commit 70e8606

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

warrant/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from warrant.user import User
1111
from warrant.tenant import Tenant
1212

13-
__version__ = "2.1.0"
13+
__version__ = "2.2.0"
1414

1515
api_key = ""
1616
api_endpoint = "https://api.warrant.dev"

0 commit comments

Comments
 (0)