Skip to content

Commit 962bb3b

Browse files
committed
v0.2.2: Use correct casing in request payload for all methods
1 parent e87cae8 commit 962bb3b

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="0.2.1",
9+
version="0.2.2",
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
@@ -1,7 +1,7 @@
11
import requests
22
import json
33

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

66
API_ENDPOINT = "https://api.warrant.dev"
77
SELF_SERVICE_DASHBOARD_BASE_URL = "https://self-serve.warrant.dev"

0 commit comments

Comments
 (0)