Skip to content

Commit fb3b184

Browse files
committed
Version bump
1 parent 4bea6a3 commit fb3b184

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
@@ -33,7 +33,7 @@
3333
# https://test.pypi.org/project/annotated-logger/
3434
# The dev versions in testpypi can then be pulled in to whatever project needed
3535
# the new feature.
36-
VERSION = "1.2.3" # pragma: no mutate
36+
VERSION = "1.2.4" # pragma: no mutate
3737

3838
T = TypeVar("T")
3939
P = ParamSpec("P")

0 commit comments

Comments
 (0)