We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce9801 commit 4ce1dcaCopy full SHA for 4ce1dca
jupyter_bifrost/_frontend.py
@@ -9,4 +9,4 @@
9
"""
10
11
module_name = "jupyter_bifrost"
12
-module_version = "^0.2.2"
+module_version = "^0.3.0"
jupyter_bifrost/_version.py
@@ -4,5 +4,5 @@
4
# Copyright (c) John Waidhofer(waidhoferj), Jay Ahn(jahn96).
5
# Distributed under the terms of the Modified BSD License.
6
7
-version_info = (0, 2, 2)
+version_info = (0, 3, 0)
8
__version__ = ".".join(map(str, version_info))
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jupyter_bifrost",
3
- "version": "0.2.2",
+ "version": "0.3.0",
"description": "A Jupyter Widget for Interactive Data Visualization",
"keywords": [
"jupyter",
0 commit comments