Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Aug 22, 2022
1 parent ea2f36f commit 0ca9aae
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, 2, 0)
version_info = (1, 2, 1)
__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.2.0",
"version": "1.2.1",
"description": "Extensions to the Jupyter Widgets in the 'ipywidgets' package.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 0ca9aae

Please sign in to comment.