bump version to 0.2.0rc0

This commit is contained in:
Lorow
2025-12-14 21:21:59 +01:00
parent 632eb2c029
commit 8f90cdb6e0
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "blink"
version = "0.1.0"
version = "0.2.0rc0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
@@ -16,7 +16,7 @@ dev = [
]
[bumpver]
current_version = "0.1.0"
current_version = "0.2.0rc0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit = true
tag = true