From 60eff81036911dfde5e26940b91ec73e6bdb0bed Mon Sep 17 00:00:00 2001 From: Joshua Attridge Date: Thu, 9 May 2024 21:06:14 +0100 Subject: [PATCH] 0.0.20 --- setup.py | 2 +- smartmoneyconcepts/smc.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1bca884..6c3887e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import codecs import os -VERSION = '0.0.19' +VERSION = '0.0.20' DESCRIPTION = 'Getting indicators based on smart money concepts or ICT' # read the contents of the README file diff --git a/smartmoneyconcepts/smc.py b/smartmoneyconcepts/smc.py index 2f37638..9ec0501 100644 --- a/smartmoneyconcepts/smc.py +++ b/smartmoneyconcepts/smc.py @@ -51,7 +51,7 @@ def decorate(cls): @apply(inputvalidator(input_="ohlc")) class smc: - __version__ = "0.0.19" + __version__ = "0.0.20" @classmethod def fvg(cls, ohlc: DataFrame, join_consecutive=False) -> Series: