Skip to content

Commit 78f71c5

Browse files
committed
Release 0.3.0
1 parent 2224ecd commit 78f71c5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "jupyter-threejs",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "jupyter - threejs bridge",
55
"author": "Jupyter-Threejs development team",
6-
"license": "BSD",
6+
"license": "BSD-3-Clause",
77
"main": "src/index.js",
88
"repository": {
99
"type": "git",
@@ -20,8 +20,8 @@
2020
"webpack": "^1.12.14"
2121
},
2222
"dependencies": {
23-
"jupyter-js-widgets": "^2.0.23",
24-
"@jupyterlab/nbwidgets": "^0.6.6",
23+
"jupyter-js-widgets": "^2.1.4",
24+
"@jupyterlab/nbwidgets": "^0.6.15",
2525
"three": "^0.75.0",
2626
"underscore": "^1.8.3"
2727
}

pythreejs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 2, 3)
1+
version_info = (0, 3, 0)
22
__version__ = '.'.join(map(str, version_info))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def run(self):
135135
'pythreejs/staticlab/jupyter-threejs.bundle.js.manifest',
136136
]),
137137
],
138-
'install_requires': ['ipywidgets>=5.0.0'],
138+
'install_requires': ['ipywidgets>=6.0.0'],
139139
'packages': find_packages(),
140140
'zip_safe': False,
141141
'cmdclass': {

0 commit comments

Comments
 (0)