Skip to content

Commit 5c43fa9

Browse files
committed
Release 1.1.0
1 parent e7216b0 commit 5c43fa9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

js/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-threejs",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "jupyter - threejs bridge",
55
"author": "Jupyter-Threejs development team",
66
"license": "BSD-3-Clause",

js/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
* Update this value when attributes are added/removed from
1010
* the widget models, or if the serialized format changes.
1111
*/
12-
module.exports['EXTENSION_SPEC_VERSION'] = '1.0.0';
12+
module.exports['EXTENSION_SPEC_VERSION'] = '1.1.0';

pythreejs/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (1, 0, 0, 'final')
1+
version_info = (1, 1, 0, 'final')
22

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

@@ -11,4 +11,4 @@
1111
#
1212
# Update this value when attributes are added/removed from
1313
# the widget models, or if the serialized format changes.
14-
EXTENSION_SPEC_VERSION = '~1.0.0'
14+
EXTENSION_SPEC_VERSION = '~1.1.0'

0 commit comments

Comments
 (0)