Skip to content

Commit df31294

Browse files
committed
Version 0.3.0 fix the bug
1 parent cf0ebbe commit df31294

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "widget-periodictable",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A jupyter widget to select chemical elements from the periodic table.",
55
"keywords": [
66
"jupyter",

widget_periodictable/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright (c) Giovanni Pizzi and Dou Du.
55
# Distributed under the terms of the Modified BSD License.
66

7-
version_info = (0, 2, 0)
7+
version_info = (0, 3, 0)
88
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)