We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691ba7e commit 320739fCopy full SHA for 320739f
core/config.py
@@ -1,7 +1,7 @@
1
import sys
2
import os
3
4
-sharpyshell_version='1.1.14'
+sharpyshell_version='1.2.0'
5
6
header = '#SharPyShell v' + sharpyshell_version + ' - @splinter_code'
7
banner = """
@@ -22,4 +22,4 @@
22
sharpyshell_path=os.path.dirname(os.path.realpath(sys.argv[0])) + '/'
23
sys.path.insert(0, sharpyshell_path)
24
modules_paths=sharpyshell_path + 'modules/'
25
-output_path=sharpyshell_path + 'output/'
+output_path=sharpyshell_path + 'output/'
0 commit comments