Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
ipymidicontrols 0.1.3
@jupyter-widgets/midicontrols 0.1.2
  • Loading branch information
jasongrout committed Jul 12, 2019
1 parent 012a8a0 commit aeb8b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipymidicontrols/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'serial'
])

version_info = VersionInfo(0, 1, 2, 'final', 0)
version_info = VersionInfo(0, 1, 3, 'final', 0)

_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-widgets/midicontrols",
"version": "0.1.1",
"version": "0.1.2",
"description": "A Jupyter widget for interfacing with MIDI controllers.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit aeb8b96

Please sign in to comment.