MAINT custom minor refactoring

This commit is contained in:
Kevin Johnson
2021-07-27 15:29:04 -07:00
parent 7d8f546ee1
commit f7d87dc62b
4 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ setup(
"pandas_ta.volatility",
"pandas_ta.volume"
],
version=".".join(("0", "3", "13b")),
version=".".join(("0", "3", "14b")),
description=long_description,
long_description=long_description,
author="Kevin Johnson",