Bump version: 0.1.1 → 0.1.2

This commit is contained in:
Gitea CI
2025-06-29 12:26:14 +00:00
parent a6ffbd59f8
commit 126747a77e

View File

@@ -1,6 +1,6 @@
[project]
name = "komsuite-nyaapy"
version = "0.1.1"
version = "0.1.2"
description = "A rewritten hard fork of the original NyaaPy library."
license = "MIT"
readme = "README.md"
@@ -20,7 +20,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.bumpversion]
current_version = "0.1.1"
current_version = "0.1.2"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"