Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed May 30, 2022
1 parent a50b6b7 commit a5c7713
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ipytone/_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""

module_name = "ipytone"
module_version = "^0.3.0"
module_version = "^0.4.0"
2 changes: 1 addition & 1 deletion ipytone/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) Benoit Bovy.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 3, 0)
version_info = (0, 4, 0)
__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": "ipytone",
"version": "0.3.0",
"version": "0.4.0",
"description": "Interactive audio in Jupyter",
"keywords": [
"jupyter",
Expand Down

0 comments on commit a5c7713

Please sign in to comment.