center of gravity indicator added

This commit is contained in:
Kevin Johnson
2019-05-26 15:40:07 -07:00
parent 6349df39a6
commit c4a2fb99b2
7 changed files with 79 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ long_description = "An easy to use Python 3 Pandas Extension of Technical Analys
setup(
name = "pandas_ta",
packages = ["pandas_ta"],
version = "0.1.28b",
version = "0.1.29b",
description=long_description,
long_description=long_description,
author = "Kevin Johnson",