Skip to content

Commit a694b7b

Browse files
committed
Release 2.0.2
1 parent 880eb5d commit a694b7b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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": "2.0.1",
3+
"version": "2.0.2",
44
"description": "jupyter - threejs bridge",
55
"author": "Jupyter-Threejs development team",
66
"license": "BSD-3-Clause",

pythreejs/_version.py

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

33
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': '', 'dev': 'dev'}
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 = '^2.0.0'
14+
EXTENSION_SPEC_VERSION = '^2.0.2'

0 commit comments

Comments
 (0)