Skip to content

Commit 62921be

Browse files
committed
Set dev version
1 parent ceb2842 commit 62921be

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
@@ -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.1" # pragma: no mutate
37+
VERSION = "1.2.2.dev0" # pragma: no mutate
3838

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

0 commit comments

Comments
 (0)