1 parent 8e65605 commit cbda71aCopy full SHA for cbda71a
2 files changed
jesse/version.py
@@ -1 +1 @@
1
-__version__ = '1.10.8'
+__version__ = '1.10.9'
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
2
3
# also change in version.py
4
-VERSION = "1.10.8"
+VERSION = "1.10.9"
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