Skip to content

Commit 4d2f2fa

Browse files
committed
Release 2.1.0
1 parent ebfcdbc commit 4d2f2fa

File tree

4 files changed

+35
-16
lines changed

4 files changed

+35
-16
lines changed

js/package-lock.json

+31-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-threejs",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "jupyter - threejs bridge",
55
"author": "Jupyter-Threejs development team",
66
"license": "BSD-3-Clause",

js/src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Update this value when attributes are added/removed from
1111
* the widget models, or if the serialized format changes.
1212
*/
13-
module.exports['EXTENSION_SPEC_VERSION'] = '^2.0.3';
13+
module.exports['EXTENSION_SPEC_VERSION'] = '^2.1.0';
1414

1515
// Export widget models and views, and the npm package version number.
1616
module.exports['version'] = require('../package.json').version;

pythreejs/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (2, 0, 3, 'dev')
1+
version_info = (2, 1, 0, 'final')
22

33
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': '', 'dev': 'dev'}
44

@@ -18,4 +18,4 @@
1818
#
1919
# Update this value when attributes are added/removed from
2020
# the widget models, or if the serialized format changes.
21-
EXTENSION_SPEC_VERSION = '^2.0.3'
21+
EXTENSION_SPEC_VERSION = '^2.1.0'

0 commit comments

Comments
 (0)