Skip to content

Commit 3d32424

Browse files
committed
Bump version: 0.1.0a6 → 0.1.0a7
1 parent 6385471 commit 3d32424

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [0.1.0a7] - 2025-01-29
11+
1012
- Correct stringified name of ParserError exception.
1113
- Support Python 3.13.
1214

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
# Do not manually edit the version, use `make version_{type}` instead.
2424
# This should match the version in the [tool.bumpversion] section.
25-
version = "0.1.0a6"
25+
version = "0.1.0a7"
2626
dependencies = []
2727

2828
[project.urls]
@@ -134,7 +134,7 @@ filterwarnings = "error"
134134
[tool.bumpversion]
135135
# Do not manually edit the version, use `make version_{type}` instead.
136136
# This should match the version in the [project] section.
137-
current_version = "0.1.0a6"
137+
current_version = "0.1.0a7"
138138
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
139139
serialize = ["{major}.{minor}.{patch}"]
140140
search = "{current_version}"

0 commit comments

Comments
 (0)