Skip to content

Commit

Permalink
Update version to 0.46.0 in version.py and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saleh-mir committed Mar 8, 2024
1 parent 4b9c2e3 commit 47f3b32
Show file tree
Hide file tree
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__ = '0.45.1'
__version__ = '0.46.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 = '0.45.1'
VERSION = '0.46.0'
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 47f3b32

Please sign in to comment.