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 c580b18 commit 3eb510cCopy full SHA for 3eb510c
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "lighter-sdk"
3
-version = "0.1.5"
+version = "1.0.0"
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.5"
+VERSION = "1.0.0"
25
PYTHON_REQUIRES = ">=3.7"
26
REQUIRES = [
27
"urllib3 >= 1.25.3, < 2.1.0",
0 commit comments