Skip to content

Commit

Permalink
release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Apr 28, 2023
1 parent 6a9e2c9 commit 26718ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ipytone/_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"""

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

version_info = (0, 5, 0)
version_info = (0, 5, 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": "ipytone",
"version": "0.5.0",
"version": "0.5.1",
"description": "Interactive audio in Jupyter",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"numpy",
"traittypes",
]
version = "0.5.0"
version = "0.5.1"

[project.optional-dependencies]
test = [
Expand Down

0 comments on commit 26718ae

Please sign in to comment.