Skip to content

Commit

Permalink
Bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunao Hara committed Nov 10, 2023
1 parent 5a72afe commit bda7882
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- traittypes
- matplotlib
- pip:
- ipyaudioworklet==0.2.1
- ipyaudioworklet==0.2.2
2 changes: 1 addition & 1 deletion ipyaudioworklet/_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""

module_name = "@naoh16/ipyaudioworklet"
module_version = "^0.2.1"
module_version = "^0.2.2"
2 changes: 1 addition & 1 deletion ipyaudioworklet/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) Sunao Hara.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 2, 1)
version_info = (0, 2, 2)
__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": "@naoh16/ipyaudioworklet",
"version": "0.2.1",
"version": "0.2.2",
"description": "A Jupyter Widget for Web Audio Recording using Audio Worklet",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"traittypes",
"numpy"
]
version = "0.2.1"
version = "0.2.2"

[project.optional-dependencies]
docs = [
Expand Down Expand Up @@ -127,7 +127,7 @@ src = "binder/environment.yml"
search = "ipyaudioworklet=="

[tool.tbump.version]
current = "0.2.1"
current = "0.2.2"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit bda7882

Please sign in to comment.