Skip to content

Commit

Permalink
Bump version: 2.0.0 → 2.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesmond committed Jan 11, 2025
1 parent 7997a13 commit 6f48385
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.0.0-alpha.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+)\.(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{release}.{build}
{major}.{minor}.{patch}
serialize =
{major}.{minor}.{patch}-{release}.{build}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = prod
first_value = alpha
values =
alpha
beta
prod
values =
alpha
beta
prod

[bumpversion:part:build]
first_value = 1
values =
1
2
3
4
5
6
7
8
9
values =
1
2
3
4
5
6
7
8
9

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "attractors"
version = "2.0.0"
version = "2.0.0-alpha.1"
authors = [
{ name = "vdesmond", email = "[email protected]" },
]
Expand Down

0 comments on commit 6f48385

Please sign in to comment.