From 18f02edd7693863e4fbd3c71598116173e1e6e20 Mon Sep 17 00:00:00 2001 From: Joshua Attridge Date: Sat, 20 Apr 2024 09:25:45 +0100 Subject: [PATCH] 0.0.17 --- setup.py | 2 +- smartmoneyconcepts/smc.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dcbc52b..0e24843 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import codecs import os -VERSION = '0.0.16' +VERSION = '0.0.17' 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 bd603ca..049f009 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.16" + __version__ = "0.0.17" @classmethod def fvg(cls, ohlc: DataFrame) -> Series: