Skip to content

Commit

Permalink
v0.2.1: Add createTenant and listWarrants methods
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyphu committed May 11, 2022
1 parent 5865291 commit 484e808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="warrant-python",
version="0.2.0",
version="0.2.1",
description="Python SDK for Warrant",
long_description=README,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -35,4 +35,4 @@
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Libraries :: Python Modules",
],
)
)
2 changes: 1 addition & 1 deletion warrant/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import requests
import json

__version__ = "0.2.0"
__version__ = "0.2.1"

API_ENDPOINT = "https://api.warrant.dev"
API_VERSION = "/v1"
Expand Down

0 comments on commit 484e808

Please sign in to comment.