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 5865291 commit 484e808Copy full SHA for 484e808
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="warrant-python",
9
- version="0.2.0",
+ version="0.2.1",
10
description="Python SDK for Warrant",
11
long_description=README,
12
long_description_content_type="text/markdown",
@@ -35,4 +35,4 @@
35
"Programming Language :: Python :: 3.9",
36
"Topic :: Software Development :: Libraries :: Python Modules",
37
],
38
-)
+)
warrant/__init__.py
@@ -1,7 +1,7 @@
1
import requests
2
import json
3
4
-__version__ = "0.2.0"
+__version__ = "0.2.1"
5
API_ENDPOINT = "https://api.warrant.dev"
API_VERSION = "/v1"
0 commit comments