correctly set the version, this time
This commit is contained in:
parent
4b4745eb9f
commit
055a224367
2 changed files with 5 additions and 1 deletions
4
justfile
4
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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue