Skip to content

Commit 65cec73

Browse files
committed
Bump version to see if that fixes testpypi publish
1 parent e102626 commit 65cec73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annotated_logger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
if TYPE_CHECKING: # pragma: no cover
3030
from collections.abc import MutableMapping
3131

32-
VERSION = "1.2.0" # pragma: no mutate
32+
VERSION = "1.2.1" # pragma: no mutate
3333

3434
T = TypeVar("T")
3535
P = ParamSpec("P")

0 commit comments

Comments
 (0)