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

Commit 8642dd8

Browse files
committed
prep for version bump
1 parent 230bbcc commit 8642dd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

finta/finta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class TA:
77

8-
__version__ = "0.4.3"
8+
__version__ = "0.4.4"
99

1010
@classmethod
1111
def SMA(cls, ohlc: DataFrame, period: int = 41, column: str = "close") -> Series:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name="finta",
20-
version="0.4.3",
20+
version="0.4.4",
2121
description=" Common financial technical indicators implemented in Pandas.",
2222
long_description=long_description,
2323
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)