Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36a548eee6 | ||
| 5a1c19ccbe | |||
| 59c90ca471 | |||
| 1e7d45ec49 | |||
| 69e463c9a4 | |||
| b1cdeffb4c | |||
| e2cd6d7ba3 | |||
|
|
70a867e4a1 | ||
| 16b1c131a4 | |||
| 809ce9bdd9 |
@@ -1,12 +1,13 @@
|
||||
[project]
|
||||
name = "semapform-api"
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"bibapi>=0.0.5",
|
||||
"fastapi>=0.122.0",
|
||||
"pip>=25.3",
|
||||
"uvicorn>=0.38.0",
|
||||
]
|
||||
[[tool.uv.index]]
|
||||
@@ -14,7 +15,7 @@ name = "gitea"
|
||||
url = "https://git.theprivateserver.de/api/packages/PHB/pypi/simple/"
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "0.1.0"
|
||||
current_version = "0.1.2"
|
||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||
serialize = ["{major}.{minor}.{patch}"]
|
||||
search = "{current_version}"
|
||||
|
||||
Reference in New Issue
Block a user