Skip to content

Commit 47f3b32

Browse files
committed
Update version to 0.46.0 in version.py and setup.py
1 parent 4b9c2e3 commit 47f3b32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jesse/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.45.1'
1+
__version__ = '0.46.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
# also change in version.py
4-
VERSION = '0.45.1'
4+
VERSION = '0.46.0'
55
DESCRIPTION = "A trading framework for cryptocurrencies"
66
with open("requirements.txt", "r", encoding="utf-8") as f:
77
REQUIRED_PACKAGES = f.read().splitlines()

0 commit comments

Comments
 (0)