File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
author = "Charles Tapley Hoyt"
27
27
28
28
# The full version, including alpha/beta/rc tags.
29
- release = "0.7.0 "
29
+ release = "0.7.1-dev "
30
30
31
31
# The short X.Y version.
32
32
parsed_version = re .match (
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "uv"
6
6
7
7
[project ]
8
8
name = " pystow"
9
- version = " 0.7.0 "
9
+ version = " 0.7.1-dev "
10
10
description = " Easily pick a place to store data for your Python code"
11
11
readme = " README.md"
12
12
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.0 "
206
+ current_version = " 0.7.1-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.0 "
7
+ VERSION = "0.7.1-dev "
You can’t perform that action at this time.
0 commit comments