We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87cae8 commit 962bb3bCopy full SHA for 962bb3b
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="warrant-python",
9
- version="0.2.1",
+ version="0.2.2",
10
description="Python SDK for Warrant",
11
long_description=README,
12
long_description_content_type="text/markdown",
warrant/__init__.py
@@ -1,7 +1,7 @@
1
import requests
2
import json
3
4
-__version__ = "0.2.1"
+__version__ = "0.2.2"
5
API_ENDPOINT = "https://api.warrant.dev"
SELF_SERVICE_DASHBOARD_BASE_URL = "https://self-serve.warrant.dev"
0 commit comments