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

Commit 00c8031

Browse files
committed
prepare for version bump
1 parent e65409f commit 00c8031

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
@@ -52,7 +52,7 @@ def decorate(cls):
5252
@apply(inputvalidator(input_="ohlc"))
5353
class TA:
5454

55-
__version__ = "1.1"
55+
__version__ = "1.2"
5656

5757
@classmethod
5858
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="1.1",
20+
version="1.2",
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)