Skip to content

Commit d10840e

Browse files
committed
Bump version
1 parent c687524 commit d10840e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annotated_logger/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# https://test.pypi.org/project/annotated-logger/
3535
# The dev versions in testpypi can then be pulled in to whatever project needed
3636
# the new feature.
37-
VERSION = "1.2.2" # pragma: no mutate
37+
VERSION = "1.2.3" # pragma: no mutate
3838

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

0 commit comments

Comments
 (0)