Skip to content

Commit 18f02ed

Browse files
committed
0.0.17
1 parent 6e7e01d commit 18f02ed

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

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

0 commit comments

Comments
 (0)