Skip to content

Commit 1349ff6

Browse files
committed
Release 1.0.0-beta.5
1 parent 0a9d376 commit 1349ff6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
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-beta.4';
12+
module.exports['EXTENSION_SPEC_VERSION'] = '1.0.0-beta.5';

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, 'beta', 4)
1+
version_info = (1, 0, 0, 'beta', 5)
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-beta.4'
14+
EXTENSION_SPEC_VERSION = '1.0.0-beta.5'

0 commit comments

Comments
 (0)