Skip to content

Commit 24f863f

Browse files
committed
bump version
1 parent 0bca478 commit 24f863f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.6.9
1+
0.7.0
22
=====
33

44
- [NEW]: Upgrade to Cython 3.2.8

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.9"
7+
version = "0.7.0"
88
description = "Python wrapper for TA-Lib"
99
readme = "README.md"
1010
license-files = ["LICENSE"]

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.9'
135+
__version__ = '0.7.0'
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)