Skip to content

Commit 484e808

Browse files
committed
v0.2.1: Add createTenant and listWarrants methods
1 parent 5865291 commit 484e808

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="warrant-python",
9-
version="0.2.0",
9+
version="0.2.1",
1010
description="Python SDK for Warrant",
1111
long_description=README,
1212
long_description_content_type="text/markdown",
@@ -35,4 +35,4 @@
3535
"Programming Language :: Python :: 3.9",
3636
"Topic :: Software Development :: Libraries :: Python Modules",
3737
],
38-
)
38+
)

warrant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import requests
22
import json
33

4-
__version__ = "0.2.0"
4+
__version__ = "0.2.1"
55

66
API_ENDPOINT = "https://api.warrant.dev"
77
API_VERSION = "/v1"

0 commit comments

Comments
 (0)