Skip to content

Commit 85a443e

Browse files
committed
Bump version to avoid test pypi collision
1 parent 5b2015d commit 85a443e

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.3.1" # pragma: no mutate
36+
VERSION = "1.3.2" # pragma: no mutate
3737

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

0 commit comments

Comments
 (0)