Skip to content

Commit ab2f059

Browse files
committed
Release 0.2.1
1 parent e11daf8 commit ab2f059

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

pythreejs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 3, 0, 'dev')
1+
version_info = (0, 2, 1)
22
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)