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

Commit

Permalink
Back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Apr 24, 2019
1 parent a794682 commit 3f95d9e
Showing 1 changed file with 1 addition and 1 deletion.
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, 0)
version_info = (0, 1, 1, 'dev')
__version__ = ".".join(map(str, version_info))

0 comments on commit 3f95d9e

Please sign in to comment.