Skip to content

Commit 591eaf3

Browse files
committed
Bump version to 1.7.1
- Update version number in setup.py and version.py - Increment patch version for minor release or bug fix
1 parent c4f5d49 commit 591eaf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jesse/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.7.0'
1+
__version__ = '1.7.1'

setup.py

+1-1
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.7.0"
4+
VERSION = "1.7.1"
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)