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.28 "
27+ release = "0.7.29-dev "
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.28 "
7+ version = " 0.7.29-dev "
88description = " Easily pick a place to store data for your Python code"
99readme = " README.md"
1010authors = [
@@ -225,7 +225,7 @@ known-first-party = [
225225docstring-code-format = true
226226
227227[tool .bumpversion ]
228- current_version = " 0.7.28 "
228+ current_version = " 0.7.29-dev "
229229parse = " (?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-]+)*))?"
230230serialize = [
231231 " {major}.{minor}.{patch}-{release}+{build}" ,
Original file line number Diff line number Diff line change 44 "VERSION" ,
55]
66
7- VERSION = "0.7.28 "
7+ VERSION = "0.7.29-dev "
You canβt perform that action at this time.
0 commit comments