Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b20484753 | ||
| e5ede589e7 | |||
| c7089edfdc | |||
|
|
d4ef36a54b | ||
| 8a0b73c60d | |||
|
|
8d8e7549f6 | ||
| 5f09116071 | |||
|
|
ea68370451 | ||
| 2343d66fe2 | |||
|
|
386fa02ff9 | ||
| 4add66496b | |||
| b1432e8a85 | |||
| 2a9958fbed | |||
| 7d438bcd3e | |||
|
|
7090920424 | ||
|
|
f308c60525 |
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "komconfig"
|
name = "komconfig"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
description = "A small library providing a config class that provides settings data for the KomSuite"
|
description = "A small library providing a config class that provides settings data for the KomSuite"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }]
|
authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }]
|
||||||
@@ -15,7 +15,7 @@ build-backend = "hatchling.build"
|
|||||||
test = ["pytest>=8.3.4"]
|
test = ["pytest>=8.3.4"]
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.2.0"
|
current_version = "0.2.1"
|
||||||
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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user