Skip to content

Commit 3eb510c

Browse files
committed
version 1.0.0
1 parent c580b18 commit 3eb510c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lighter-sdk"
3-
version = "0.1.5"
3+
version = "1.0.0"
44
description = "Python client for Lighter"
55
authors = ["elliot"]
66
license = "NoLicense"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# prerequisite: setuptools
2222
# http://pypi.python.org/pypi/setuptools
2323
NAME = "lighter-sdk"
24-
VERSION = "0.1.5"
24+
VERSION = "1.0.0"
2525
PYTHON_REQUIRES = ">=3.7"
2626
REQUIRES = [
2727
"urllib3 >= 1.25.3, < 2.1.0",

0 commit comments

Comments
 (0)