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 87152cd commit eb9b796Copy full SHA for eb9b796
tests/test_func.py
@@ -7,7 +7,7 @@
7
8
9
def test_talib_version():
10
- assert talib.__ta_version__[:5] == b'0.4.0'
+ assert talib.__ta_version__[:5] == b'0.6.2'
11
12
13
def test_num_functions():
0 commit comments