Skip to content

Commit 10b17ba

Browse files
committed
version bump
1 parent 1dc220a commit 10b17ba

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.6.6
2+
=====
3+
4+
TBD
5+
16
0.6.5
27
=====
38

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "TA-Lib"
7-
version = "0.6.5"
7+
version = "0.6.6"
88
description = "Python wrapper for TA-Lib"
99
readme = "README.md"
1010
license = { text = "BSD-2-Clause" }

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.5'
135+
__version__ = '0.6.6'
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)