Skip to content

Commit 3488ae2

Browse files
committed
version bump to 0.4.15
1 parent 7f6ba83 commit 3488ae2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
setup(
100100
name = 'TA-Lib',
101-
version = '0.4.14',
101+
version = '0.4.15',
102102
description = 'Python wrapper for TA-Lib',
103103
author = 'John Benediktsson',
104104
author_email = 'mrjbq7@gmail.com',

talib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
for func_name in __TA_FUNCTION_NAMES__:
1313
globals()[func_name] = getattr(func, func_name)
1414

15-
__version__ = '0.4.14'
15+
__version__ = '0.4.15'
1616

1717
# In order to use this python library, talib (i.e. this __file__) will be
1818
# imported at some point, either explicitly or indirectly via talib.func

0 commit comments

Comments
 (0)