We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2878cae + b8d9ce1 commit 5f07a9fCopy full SHA for 5f07a9f
pyproject.toml
@@ -333,7 +333,7 @@ disallow_untyped_defs = true
333
disallow_untyped_calls = true
334
335
[tool.bumpversion]
336
-current_version = "0.52.27-dev0"
+current_version = "0.52.28-dev0"
337
parse = """(?x)
338
(?P<major>0|[1-9]\\d*)\\.
339
(?P<minor>0|[1-9]\\d*)\\.
weave/version.py
@@ -44,4 +44,4 @@
44
45
"""
46
47
-VERSION = "0.52.27-dev0"
+VERSION = "0.52.28-dev0"
0 commit comments