File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424author = "Charles Tapley Hoyt"
2525
2626# The full version, including alpha/beta/rc tags.
27- release = "0.7.20-dev "
27+ release = "0.7.20"
2828
2929# The short X.Y version.
3030parsed_version = re .match (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "uv_build"
44
55[project ]
66name = " pystow"
7- version = " 0.7.20-dev "
7+ version = " 0.7.20"
88description = " Easily pick a place to store data for your Python code"
99readme = " README.md"
1010authors = [
@@ -222,7 +222,7 @@ known-first-party = [
222222docstring-code-format = true
223223
224224[tool .bumpversion ]
225- current_version = " 0.7.20-dev "
225+ current_version = " 0.7.20"
226226parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\\ .[0-9A-Za-z-]+)*))?(?:\\ +(?P<build>[0-9A-Za-z-]+(?:\\ .[0-9A-Za-z-]+)*))?"
227227serialize = [
228228 " {major}.{minor}.{patch}-{release}+{build}" ,
Original file line number Diff line number Diff line change 44 "VERSION" ,
55]
66
7- VERSION = "0.7.20-dev "
7+ VERSION = "0.7.20"
You canβt perform that action at this time.
0 commit comments