We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a62729 commit 4a98cb2Copy full SHA for 4a98cb2
ipytone/_frontend.py
@@ -9,4 +9,4 @@
9
"""
10
11
module_name = "ipytone"
12
-module_version = "^0.4.0"
+module_version = "^0.4.1"
ipytone/_version.py
@@ -4,5 +4,5 @@
4
# Copyright (c) Benoit Bovy.
5
# Distributed under the terms of the Modified BSD License.
6
7
-version_info = (0, 4, 0)
+version_info = (0, 4, 1)
8
__version__ = ".".join(map(str, version_info))
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ipytone",
3
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "Interactive audio in Jupyter",
"keywords": [
"jupyter",
0 commit comments