1 Commits
main ... dev

3 changed files with 4 additions and 7 deletions

View File

@@ -26,8 +26,8 @@ jobs:
fetch-tags: true
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Set up Python
run: uv python install
- name: "Set up Python"
uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"
- name: Set Git identity

View File

@@ -1,6 +1,6 @@
[project]
name = "komcache"
version = "0.1.3"
version = "0.1.0"
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.3"
current_version = "0.1.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"

View File

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