Skip to content

Commit eaa89ee

Browse files
committed
Bump version to 1.7.6
- Update version number in setup.py and version.py - Increment patch version for minor release or bug fix
1 parent d5852d9 commit eaa89ee

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.7.5'
1+
__version__ = '1.7.6'

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.7.5"
4+
VERSION = "1.7.6"
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)