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 71eb72d commit 7893805Copy full SHA for 7893805
js/com/com_Config.js
@@ -452,7 +452,7 @@ define([
452
/**
453
* Version
454
*/
455
- Config.version = "2.0.1";
+ Config.version = "2.0.2";
456
457
458
* Type of mode
js/com/com_Const.js
@@ -19,7 +19,7 @@ define ([
19
class Constants { }
20
21
Constants.TOOLBAR_BTN_INFO = {
22
- HELP: "Visual Python 2.0.1"
+ HELP: "Visual Python 2.0.2"
23
, ICON: "vp-main-icon"
24
, ID: "vpBtnToggle"
25
, NAME: "toggle-vp"
js/m_library/m_numpy/__init__.py
@@ -0,0 +1 @@
1
+print('Visual Python')
0 commit comments