Skip to content

Commit 431573d

Browse files
committed
Release 0.1.0a1
1 parent ed4eaf1 commit 431573d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10-
### Added
10+
## [0.1.0a1] - 2024-09-13
1111

1212
- Added initial implementation.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
# Do not manually edit the version, use `make version_{type}` instead.
2323
# This should match the version in the [tool.bumpversion] section.
24-
version = "0.1.0"
24+
version = "0.1.0a1"
2525
dependencies = []
2626

2727
[project.urls]
@@ -132,7 +132,7 @@ filterwarnings = "error"
132132
[tool.bumpversion]
133133
# Do not manually edit the version, use `make version_{type}` instead.
134134
# This should match the version in the [project] section.
135-
current_version = "0.1.0"
135+
current_version = "0.1.0a1"
136136
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
137137
serialize = ["{major}.{minor}.{patch}"]
138138
search = "{current_version}"

0 commit comments

Comments
 (0)