We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c687524 commit d10840eCopy full SHA for d10840e
annotated_logger/__init__.py
@@ -34,7 +34,7 @@
34
# https://test.pypi.org/project/annotated-logger/
35
# The dev versions in testpypi can then be pulled in to whatever project needed
36
# the new feature.
37
-VERSION = "1.2.2" # pragma: no mutate
+VERSION = "1.2.3" # pragma: no mutate
38
39
T = TypeVar("T")
40
P = ParamSpec("P")
0 commit comments