Skip to content

Commit 08aca97

Browse files
committed
version bump to 0.4.6.
1 parent 283236b commit 08aca97

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
@@ -50,7 +50,7 @@
5050

5151
setup(
5252
name = 'TA-Lib',
53-
version = '0.4.6-git',
53+
version = '0.4.6',
5454
description = 'Python wrapper for TA-Lib',
5555
author = 'John Benediktsson',
5656
author_email = 'mrjbq7@gmail.com',

talib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .common import MA_Type, __ta_version__
77
from .func import *
88

9-
__version__ = '0.4.6-git'
9+
__version__ = '0.4.6'
1010

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

0 commit comments

Comments
 (0)