Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed May 3, 2019
1 parent 25b0ccf commit 138444d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipycombobox/_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""

module_name = "jupyter-combobox"
module_version = "^0.1.0"
module_version = "^0.1.1"
2 changes: 1 addition & 1 deletion ipycombobox/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) Vidar Tonaas Fauske.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 1, 1, 'dev')
version_info = (0, 1, 1)
__version__ = ".".join(map(str, version_info))

0 comments on commit 138444d

Please sign in to comment.