We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9c2e3 commit 47f3b32Copy full SHA for 47f3b32
jesse/version.py
@@ -1 +1 @@
1
-__version__ = '0.45.1'
+__version__ = '0.46.0'
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
2
3
# also change in version.py
4
-VERSION = '0.45.1'
+VERSION = '0.46.0'
5
DESCRIPTION = "A trading framework for cryptocurrencies"
6
with open("requirements.txt", "r", encoding="utf-8") as f:
7
REQUIRED_PACKAGES = f.read().splitlines()
0 commit comments