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 cf0ebbe commit df31294Copy full SHA for df31294
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "widget-periodictable",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"description": "A jupyter widget to select chemical elements from the periodic table.",
5
"keywords": [
6
"jupyter",
widget_periodictable/_version.py
@@ -4,5 +4,5 @@
# Copyright (c) Giovanni Pizzi and Dou Du.
# Distributed under the terms of the Modified BSD License.
7
-version_info = (0, 2, 0)
+version_info = (0, 3, 0)
8
__version__ = ".".join(map(str, version_info))
0 commit comments