diff --git a/CHANGELOG.md b/CHANGELOG.md index 34387fb..f4590f0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.8 - 2024-06-26 +### Fix +* Version compatibility + ## 3.0.8 - 2024-06-26 ### Added new features * Continue interrupted grid update cycle after restart diff --git a/martin_binance/__init__.py b/martin_binance/__init__.py index 97590c4..332fd41 100755 --- a/martin_binance/__init__.py +++ b/martin_binance/__init__.py @@ -6,7 +6,7 @@ __author__ = "Jerry Fedorenko" __copyright__ = "Copyright © 2021 Jerry Fedorenko aka VM" __license__ = "MIT" -__version__ = "3.0.8" +__version__ = "3.0.8.post1" __maintainer__ = "Jerry Fedorenko" __contact__ = "https://github.com/DogsTailFarmer" diff --git a/pyproject.toml b/pyproject.toml index e4e1779..a5d1962 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "inquirer==3.1.3", "scikit-learn==1.5.0", "tqdm==4.66.3", - "ujson~=5.9.0", + "ujson~=5.10.0", "orjson~=3.9.15", "pyarrow~=14.0.2", "shortuuid~=1.0.11", diff --git a/requirements.txt b/requirements.txt index dc8a33d..54f467d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ future==0.18.3 inquirer==3.1.3 scikit-learn==1.5.0 tqdm==4.66.3 -ujson~=5.9.0 +ujson~=5.10.0 orjson~=3.9.15 pyarrow~=14.0.2 shortuuid~=1.0.11