We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe17ed commit 0bca478Copy full SHA for 0bca478
1 file changed
tests/test_func.py
@@ -7,7 +7,7 @@
7
8
9
def test_talib_version():
10
- assert talib.__ta_version__[:5] == b'0.6.4'
+ assert talib.__ta_version__[:5] == b'0.7.1'
11
12
13
def test_num_functions():
0 commit comments