Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
version bump to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Sep 20, 2020
1 parent a302d4e commit 475ee15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion finta/finta.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def decorate(cls):
@apply(inputvalidator(input_="ohlc"))
class TA:

__version__ = "1.0"
__version__ = "1.1"

@classmethod
def SMA(cls, ohlc: DataFrame, period: int = 41, column: str = "close") -> Series:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="finta",
version="1.0",
version="1.1",
description=" Common financial technical indicators implemented in Pandas.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 475ee15

Please sign in to comment.