10 Commits
dev ... main

2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "komcache"
version = "0.1.0"
version = "0.1.3"
description = "Add your description here"
readme = "README.md"
authors = [
@@ -21,7 +21,7 @@ build-backend = "hatchling.build"
komconfig = { workspace = true }
[tool.bumpversion]
current_version = "0.1.0"
current_version = "0.1.3"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}