diff --git a/finta/finta.py b/finta/finta.py index 070a86b..2a001a0 100644 --- a/finta/finta.py +++ b/finta/finta.py @@ -5,7 +5,7 @@ class TA: - __version__ = "0.4.4" + __version__ = "1.0" @classmethod def SMA(cls, ohlc: DataFrame, period: int = 41, column: str = "close") -> Series: diff --git a/setup.py b/setup.py index 44e5cfe..4671e2b 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="finta", - version="0.4.4", + version="1.0", description=" Common financial technical indicators implemented in Pandas.", long_description=long_description, long_description_content_type="text/markdown",