Skip to content

Commit

Permalink
Bump version to see if that fixes testpypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
crimsonknave committed Dec 11, 2024
1 parent e102626 commit 65cec73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotated_logger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
if TYPE_CHECKING: # pragma: no cover
from collections.abc import MutableMapping

VERSION = "1.2.0" # pragma: no mutate
VERSION = "1.2.1" # pragma: no mutate

T = TypeVar("T")
P = ParamSpec("P")
Expand Down

0 comments on commit 65cec73

Please sign in to comment.