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 1583ebd commit 45431c8Copy full SHA for 45431c8
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "lighter-sdk"
3
-version = "0.1.3"
+version = "0.1.4"
4
description = "Python client for Lighter"
5
authors = ["elliot"]
6
license = "NoLicense"
setup.py
@@ -21,7 +21,7 @@
21
# prerequisite: setuptools
22
# http://pypi.python.org/pypi/setuptools
23
NAME = "lighter-sdk"
24
-VERSION = "0.1.3"
+VERSION = "0.1.4"
25
PYTHON_REQUIRES = ">=3.7"
26
REQUIRES = [
27
"urllib3 >= 1.25.3, < 2.1.0",
0 commit comments