Skip to content

Commit

Permalink
0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
joshyattridge committed May 9, 2024
1 parent 6123881 commit 60eff81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion smartmoneyconcepts/smc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 60eff81

Please sign in to comment.