diff --git a/setup.py b/setup.py index e69cb39..1bca884 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import codecs import os -VERSION = '0.0.18' +VERSION = '0.0.19' 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 adc0fff..8f7bf66 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.18" + __version__ = "0.0.19" @classmethod def fvg(cls, ohlc: DataFrame, join_consecutive=False) -> Series: