Skip to content

Commit 98ffd09

Browse files
committed
Release 2.2.0
1 parent b3a2ac5 commit 98ffd09

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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": "2.1.1",
3+
"version": "2.2.0",
44
"description": "jupyter - threejs bridge",
55
"keywords": [
66
"jupyterlab",

pythreejs/_version.py

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

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

@@ -18,4 +18,6 @@
1818
#
1919
# Update this value when attributes are added/removed from
2020
# the widget models, or if the serialized format changes.
21+
#
22+
# The major version needs to match that of the JS package.
2123
EXTENSION_SPEC_VERSION = '^2.1.0'

0 commit comments

Comments
 (0)