Skip to content

Commit a5bf1f6

Browse files
committed
Update version to 1.9.5 in setup.py and version.py
1 parent 90f8932 commit a5bf1f6

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.9.4'
1+
__version__ = '1.9.5'

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.9.4"
4+
VERSION = "1.9.5"
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)