ENH #397 macd fix MAINT contrib update

This commit is contained in:
Kevin Johnson
2021-09-29 08:48:33 -07:00
parent e7f023587e
commit d865fd216d
2 changed files with 10 additions and 6 deletions
+9 -5
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", "30b")),
version=".".join(("0", "3", "31b")),
description=long_description,
long_description=long_description,
author="Kevin Johnson",