Skip to content

Commit 320739f

Browse files
committed
bump to version 1.2.0
1 parent 691ba7e commit 320739f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
import os
33

4-
sharpyshell_version='1.1.14'
4+
sharpyshell_version='1.2.0'
55

66
header = '#SharPyShell v' + sharpyshell_version + ' - @splinter_code'
77
banner = """
@@ -22,4 +22,4 @@
2222
sharpyshell_path=os.path.dirname(os.path.realpath(sys.argv[0])) + '/'
2323
sys.path.insert(0, sharpyshell_path)
2424
modules_paths=sharpyshell_path + 'modules/'
25-
output_path=sharpyshell_path + 'output/'
25+
output_path=sharpyshell_path + 'output/'

0 commit comments

Comments
 (0)