Skip to content

Commit 8656de2

Browse files
committed
deploy visualpython 2.1.0
1 parent cfefbce commit 8656de2

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

data/m_ml/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print('Visual Python')

html/m_ml/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print('Visual Python')

js/com/com_Config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ define([
462462
/**
463463
* Version
464464
*/
465-
Config.version = "2.0.2";
465+
Config.version = "2.1.0";
466466

467467
/**
468468
* Type of mode

js/com/com_Const.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ define ([
1919
class Constants { }
2020

2121
Constants.TOOLBAR_BTN_INFO = {
22-
HELP: "Visual Python 2.0.2"
22+
HELP: "Visual Python 2.1.0"
2323
, ICON: "vp-main-icon"
2424
, ID: "vpBtnToggle"
2525
, NAME: "toggle-vp"

js/m_ml/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print('Visual Python')

0 commit comments

Comments
 (0)