We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283236b commit 08aca97Copy full SHA for 08aca97
setup.py
@@ -50,7 +50,7 @@
50
51
setup(
52
name = 'TA-Lib',
53
- version = '0.4.6-git',
+ version = '0.4.6',
54
description = 'Python wrapper for TA-Lib',
55
author = 'John Benediktsson',
56
author_email = 'mrjbq7@gmail.com',
talib/__init__.py
@@ -6,7 +6,7 @@
6
from .common import MA_Type, __ta_version__
7
from .func import *
8
9
-__version__ = '0.4.6-git'
+__version__ = '0.4.6'
10
11
# In order to use this python library, talib (i.e. this __file__) will be
12
# imported at some point, either explicitly or indirectly via talib.func
0 commit comments