BUG #334 #330 talib atr parameter fix

This commit is contained in:
Kevin Johnson
2021-07-10 10:33:19 -07:00
parent 1d80547cf9
commit 5f6a23ced7
2 changed files with 3 additions and 4 deletions
+2 -3
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -19,7 +19,7 @@ setup(
"pandas_ta.volatility",
"pandas_ta.volume"
],
version=".".join(("0", "3", "04b")),
version=".".join(("0", "3", "05b")),
description=long_description,
long_description=long_description,
author="Kevin Johnson",