Commit 431573d 1 parent ed4eaf1 commit 431573d Copy full SHA for 431573d
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
- ### Added
10
+ ## [ 0.1.0a1 ] - 2024-09-13
11
11
12
12
- Added initial implementation.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ classifiers = [
21
21
]
22
22
# Do not manually edit the version, use `make version_{type}` instead.
23
23
# This should match the version in the [tool.bumpversion] section.
24
- version = " 0.1.0 "
24
+ version = " 0.1.0a1 "
25
25
dependencies = []
26
26
27
27
[project .urls ]
@@ -132,7 +132,7 @@ filterwarnings = "error"
132
132
[tool .bumpversion ]
133
133
# Do not manually edit the version, use `make version_{type}` instead.
134
134
# This should match the version in the [project] section.
135
- current_version = " 0.1.0 "
135
+ current_version = " 0.1.0a1 "
136
136
parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
137
137
serialize = [" {major}.{minor}.{patch}" ]
138
138
search = " {current_version}"
You can’t perform that action at this time.
0 commit comments