Skip to content

Commit 60eff81

Browse files
committed
0.0.20
1 parent 6123881 commit 60eff81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import codecs
33
import os
44

5-
VERSION = '0.0.19'
5+
VERSION = '0.0.20'
66
DESCRIPTION = 'Getting indicators based on smart money concepts or ICT'
77

88
# read the contents of the README file

smartmoneyconcepts/smc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def decorate(cls):
5151

5252
@apply(inputvalidator(input_="ohlc"))
5353
class smc:
54-
__version__ = "0.0.19"
54+
__version__ = "0.0.20"
5555

5656
@classmethod
5757
def fvg(cls, ohlc: DataFrame, join_consecutive=False) -> Series:

0 commit comments

Comments
 (0)