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

Commit

Permalink
prepare for version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Oct 21, 2020
1 parent e65409f commit 00c8031
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.1"
__version__ = "1.2"

@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.1",
version="1.2",
description=" Common financial technical indicators implemented in Pandas.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 00c8031

Please sign in to comment.