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 24
24
author = "Charles Tapley Hoyt"
25
25
26
26
# The full version, including alpha/beta/rc tags.
27
- release = "0.7.6 "
27
+ release = "0.7.7-dev "
28
28
29
29
# The short X.Y version.
30
30
parsed_version = re .match (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "uv_build"
4
4
5
5
[project ]
6
6
name = " pystow"
7
- version = " 0.7.6 "
7
+ version = " 0.7.7-dev "
8
8
description = " Easily pick a place to store data for your Python code"
9
9
readme = " README.md"
10
10
authors = [
@@ -203,7 +203,7 @@ known-first-party = [
203
203
docstring-code-format = true
204
204
205
205
[tool .bumpversion ]
206
- current_version = " 0.7.6 "
206
+ current_version = " 0.7.7-dev "
207
207
parse = " (?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-]+)*))?"
208
208
serialize = [
209
209
" {major}.{minor}.{patch}-{release}+{build}" ,
Original file line number Diff line number Diff line change 4
4
"VERSION" ,
5
5
]
6
6
7
- VERSION = "0.7.6 "
7
+ VERSION = "0.7.7-dev "
You can’t perform that action at this time.
0 commit comments