Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
saleh-mir committed Oct 15, 2024
1 parent d0e160c commit 0c5d47c
Showing 2 changed files with 2 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.2.3'
__version__ = '1.2.4'
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.2.3'
VERSION = '1.2.4'
DESCRIPTION = "A trading framework for cryptocurrencies"
with open("requirements.txt", "r", encoding="utf-8") as f:
REQUIRED_PACKAGES = f.read().splitlines()

0 comments on commit 0c5d47c

Please sign in to comment.