Skip to content

Commit

Permalink
Update version to 1.3.20 and add new dependencies: sympy and ecdsa. U…
Browse files Browse the repository at this point in the history
…pdate requirements.txt accordingly.
  • Loading branch information
saleh-mir committed Dec 14, 2024
1 parent def1c0d commit 604bbd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jesse/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.19'
__version__ = '1.3.20'
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ aiofiles==0.7.0
numba==0.58.1
PyJWT==2.8.0
cryptography==42.0.5
sympy==1.6
ecdsa>=0.16.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

# also change in version.py
VERSION = "1.3.19"
VERSION = "1.3.20"
DESCRIPTION = "A trading framework for cryptocurrencies"
with open("requirements.txt", "r", encoding="utf-8") as f:
REQUIRED_PACKAGES = f.read().splitlines()
Expand Down

0 comments on commit 604bbd8

Please sign in to comment.