We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bea6a3 commit fb3b184Copy full SHA for fb3b184
annotated_logger/__init__.py
@@ -33,7 +33,7 @@
33
# https://test.pypi.org/project/annotated-logger/
34
# The dev versions in testpypi can then be pulled in to whatever project needed
35
# the new feature.
36
-VERSION = "1.2.3" # pragma: no mutate
+VERSION = "1.2.4" # pragma: no mutate
37
38
T = TypeVar("T")
39
P = ParamSpec("P")
0 commit comments