Merge branch 'master' of https://git.theprivateserver.de/KomSuite/KomSuite-NyaaPy
This commit is contained in:
2025-07-04 16:20:13 +02:00

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}"