Skip to content

Commit cbda71a

Browse files
committed
Bump version to 1.10.9
Updated version number to 1.10.9 in both version.py and setup.py to reflect the new release.
1 parent 8e65605 commit cbda71a

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__ = '1.10.8'
1+
__version__ = '1.10.9'

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 = "1.10.8"
4+
VERSION = "1.10.9"
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)