Skip to content

Commit afd116c

Browse files
committed
version bump
1 parent b727f30 commit afd116c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bluebox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import typing as t
22
from .freqs import BaseMF, DTMF, MF
33

4-
__version__ = '0.2.1'
4+
__version__ = '0.2.2'
55

66
_MF: t.Dict[str, t.Type[BaseMF]] = {}
77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mfbluebox"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = [
55
{ name="zeyus", email="[email protected]" },
66
]

0 commit comments

Comments
 (0)