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

Commit

Permalink
prep for version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Jun 16, 2020
1 parent 230bbcc commit 8642dd8
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 @@ -5,7 +5,7 @@

class TA:

__version__ = "0.4.3"
__version__ = "0.4.4"

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

0 comments on commit 8642dd8

Please sign in to comment.