Skip to content

Commit fbf0215

Browse files
committed
chore: downgrade version
1 parent 57a22b7 commit fbf0215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def wrapper(*args, **kwds):
132132
setattr(stream, func_name, wrapped_func)
133133
globals()[stream_func_name] = wrapped_func
134134

135-
__version__ = '0.6.6'
135+
__version__ = '0.6.5'
136136

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

0 commit comments

Comments
 (0)