Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd7d7f21

Browse files
committed
Edit version
1 parent41e9eb2 commitd7d7f21

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎colab/manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"Visual Python for Colab",
33
"description":"GUI-based Python code generator for Google Colab as an extension",
4-
"version":"2.2.12.4",
4+
"version":"2.3.1.1",
55
"manifest_version":3,
66
"icons": {
77
"48":"icon.png",

‎jupyterlab/pyproject.toml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ classifiers = [
2424
"Framework :: Jupyter :: JupyterLab :: 3",
2525
"Framework :: Jupyter :: JupyterLab :: Extensions",
2626
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
27-
"License :: OSI Approved ::GPLv3 with Visual Python special exception",
27+
"License :: OSI Approved ::GNU General Public License v3 (GPLv3)",
2828
"Programming Language :: Python",
2929
"Programming Language :: Python :: 3",
3030
"Programming Language :: Python :: 3.7",
3131
"Programming Language :: Python :: 3.8",
3232
"Programming Language :: Python :: 3.9",
3333
"Programming Language :: Python :: 3.10",
3434
]
35-
version ="2.2.12"
35+
version ="2.3.1"
3636

3737
[project.license]
3838
file ="LICENSE"
@@ -88,7 +88,7 @@ file = [
8888
]
8989

9090
[tool.tbump.version]
91-
current ="2.2.12"
91+
current ="2.3.1"
9292
regex ="(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
9393

9494
[tool.tbump.git]

‎jupyternotebook/setup.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name=name,
13-
version='2.2.12',
13+
version='2.3.1',
1414
packages=find_packages(),
1515
package_data= {"": ["*"],'visualpython' : ['visualpython.yaml','README.md']},
1616
scripts= ['visualpython/bin/visualpy','visualpython/bin/visualpy.bat'],
@@ -25,4 +25,4 @@
2525
platforms="Linux, Mac OS X, Windows",
2626
keywords= ['VisualPython','visualpython','visual python','Visual Python','Visual','visual'],
2727
python_requires='>=3.6',
28-
)
28+
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp