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 9aac7cd commit ad65c56Copy full SHA for ad65c56
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "lighter-sdk"
3
-version = "1.0.1"
+version = "1.0.2"
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 = "1.0.1"
+VERSION = "1.0.2"
25
PYTHON_REQUIRES = ">=3.7"
26
REQUIRES = [
27
"urllib3 >= 1.25.3, < 2.1.0",
0 commit comments