Skip to content

Commit 583f488

Browse files
committed
0.0.18
1 parent 0da6f52 commit 583f488

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.17'
5+
VERSION = '0.0.18'
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.17"
54+
__version__ = "0.0.18"
5555

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

0 commit comments

Comments
 (0)