We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5609dc commit ea9a1c5Copy full SHA for ea9a1c5
tests/test_func.py
@@ -7,7 +7,7 @@
7
8
9
def test_talib_version():
10
- assert talib.__ta_version__[:5] == b'0.6.2'
+ assert talib.__ta_version__[:5] == b'0.6.4'
11
12
13
def test_num_functions():
0 commit comments