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