Skip to content

Commit 0f20c58

Browse files
authored
Merge pull request #110 from visualpython/release
deploy visualpython 2.0.0
2 parents 9f3c0d1 + 84361a6 commit 0f20c58

File tree

920 files changed

+26280
-133337
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

920 files changed

+26280
-133337
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,3 @@ NOTE : Your work can be of great help for someone who struggles to find a soluti
6161
NOTE : Recommend reading [Figma: Publish Community files](https://help.figma.com/hc/en-us/articles/360040035974-Publish-Community-files) before starting the work for better understanding of the system.
6262

6363
<br>
64-

LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,4 +681,3 @@ may consider it more useful to permit linking proprietary applications with
681681
the library. If this is what you want to do, use the GNU Lesser General
682682
Public License instead of this License. But first, please read
683683
<https://www.gnu.org/licenses/why-not-lgpl.html>.
684-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ To create an environment where everyone can learn and use big data analytics ski
100100
Love Visual Python? Caffeine keeps us awake and do the work ☕
101101
THANK YOU for your support! 👍
102102

103-
<a href="https://www.buymeacoffee.com/visualpython" target="_blank"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=visualpython&button_colour=ffa238&font_colour=000000&font_family=Comic&outline_colour=000000&coffee_colour=FFDD00"></a>
103+
<a href="https://www.buymeacoffee.com/visualpython" target="_blank"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=visualpython&button_colour=ffa238&font_colour=000000&font_family=Comic&outline_colour=000000&coffee_colour=FFDD00"></a>

bin/visualpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ which ${PIP_T} > /dev/null 2>&1 && PIP=${PIP_T}
3737
JP_NB='jupyter nbextension'
3838

3939
VP_NAME='visualpython'
40-
VP_BIND='visualpython/src/main'
40+
VP_BIND='visualpython/visualpython'
4141

4242
PIP_UNINST=${PIP}' uninstall '${VP_NAME}
4343
PIP_UPGRAD=${PIP}' install '${VP_NAME}' --upgrade'

bin/visualpy.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ where %PIP_T% > nul 2>&1 && set PIP=%PIP_T%
4646
set JP_NB=jupyter nbextension
4747

4848
set VP_NAME=visualpython
49-
set VP_BIND=visualpython/src/main
49+
set VP_BIND=visualpython/visualpython
5050

5151
set PIP_UNINST=%PIP% uninstall %VP_NAME%
5252
set PIP_UPGRAD=%PIP% install %VP_NAME% --upgrade

0 commit comments

Comments
 (0)