Skip to content

Commit 4a98cb2

Browse files
committed
release 0.4.1
1 parent 3a62729 commit 4a98cb2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ipytone/_frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"""
1010

1111
module_name = "ipytone"
12-
module_version = "^0.4.0"
12+
module_version = "^0.4.1"

ipytone/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright (c) Benoit Bovy.
55
# Distributed under the terms of the Modified BSD License.
66

7-
version_info = (0, 4, 0)
7+
version_info = (0, 4, 1)
88
__version__ = ".".join(map(str, version_info))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipytone",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Interactive audio in Jupyter",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)