From d38ef8015365b6c8ed7fd71d1c36e42bc9c7817d Mon Sep 17 00:00:00 2001 From: Bogdan Pop Date: Tue, 2 Dec 2025 11:27:50 -0500 Subject: [PATCH] new version 0.1.5 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 352334a..d364ee9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lighter-sdk" -version = "0.1.4" +version = "0.1.5" description = "Python client for Lighter" authors = ["elliot"] license = "NoLicense" diff --git a/setup.py b/setup.py index 26548d7..f7ee6c3 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "lighter-sdk" -VERSION = "0.1.4" +VERSION = "0.1.5" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0",