Skip to content

Commit 8bd7622

Browse files
committed
Bump version: 0.7.0 → 0.7.1-dev
1 parent 2dce808 commit 8bd7622

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = "Charles Tapley Hoyt"
2727

2828
# The full version, including alpha/beta/rc tags.
29-
release = "0.7.0"
29+
release = "0.7.1-dev"
3030

3131
# The short X.Y version.
3232
parsed_version = re.match(

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "uv"
66

77
[project]
88
name = "pystow"
9-
version = "0.7.0"
9+
version = "0.7.1-dev"
1010
description = "Easily pick a place to store data for your Python code"
1111
readme = "README.md"
1212
authors = [
@@ -203,7 +203,7 @@ known-first-party = [
203203
docstring-code-format = true
204204

205205
[tool.bumpversion]
206-
current_version = "0.7.0"
206+
current_version = "0.7.1-dev"
207207
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-]+)*))?"
208208
serialize = [
209209
"{major}.{minor}.{patch}-{release}+{build}",

src/pystow/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"VERSION",
55
]
66

7-
VERSION = "0.7.0"
7+
VERSION = "0.7.1-dev"

0 commit comments

Comments
 (0)