diff --git a/justfile b/justfile index 93a7ca1..d6de3a1 100644 --- a/justfile +++ b/justfile @@ -49,3 +49,7 @@ clean: ci: prek run --all-files # woodpecker-cli exec "whatever" + +release: + @echo remember to git tag and update pyproject.toml + uv build diff --git a/pyproject.toml b/pyproject.toml index c9b5f78..dd706a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "teilchensammler-cli" -version = "0.2.1dev" +version = "0.3.1" description = "Build up and maintain an inventory of electronics parts and tools." readme = "README.md" requires-python = ">=3.12,<4.0"