Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Nov 19, 2020
1 parent e3cd4dd commit a7a3a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipywidgets_extended/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version info for ipywidgets-extended"""
version_info = (1, 0, 2)
version_info = (1, 0, 3)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipywidgets-extended",
"version": "1.0.2",
"version": "1.0.3",
"description": "Extensions to the Jupyter Widgets in the 'ipywidgets' pacakge.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit a7a3a1c

Please sign in to comment.