Skip to content

Commit

Permalink
3.0.8.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
DogsTailFarmer committed Jun 26, 2024
1 parent dda6587 commit b3eebd1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion martin_binance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3eebd1

Please sign in to comment.