Skip to content

Commit 6766049

Browse files
committed
Bump version: 0.7.8 → 0.7.9-dev
1 parent 59114be commit 6766049

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Charles Tapley Hoyt"
2525

2626
# The full version, including alpha/beta/rc tags.
27-
release = "0.7.8"
27+
release = "0.7.9-dev"
2828

2929
# The short X.Y version.
3030
parsed_version = re.match(

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "pystow"
7-
version = "0.7.8"
7+
version = "0.7.9-dev"
88
description = "Easily pick a place to store data for your Python code"
99
readme = "README.md"
1010
authors = [
@@ -206,7 +206,7 @@ known-first-party = [
206206
docstring-code-format = true
207207

208208
[tool.bumpversion]
209-
current_version = "0.7.8"
209+
current_version = "0.7.9-dev"
210210
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-]+)*))?"
211211
serialize = [
212212
"{major}.{minor}.{patch}-{release}+{build}",

src/pystow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"VERSION",
55
]
66

7-
VERSION = "0.7.8"
7+
VERSION = "0.7.9-dev"

0 commit comments

Comments
 (0)