Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Mar 28, 2024
1 parent a8ebc07 commit 46a2e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ampel-core"
version = "0.10.0a5"
version = "0.10.0"
description = "Alice in Modular Provenance-Enabled Land"
authors = ["Valery Brinnel"]
maintainers = ["Jakob van Santen <jakob.van.santen@desy.de>"]
Expand Down Expand Up @@ -168,4 +168,4 @@ ignore = [

[tool.ruff.lint.flake8-bugbear]
# Allow default arguments like, e.g., `data: List[str] = fastapi.Query(None)`.
extend-immutable-calls = ["fastapi.Depends", "fastapi.Query"]
extend-immutable-calls = ["fastapi.Depends", "fastapi.Query"]

0 comments on commit 46a2e72

Please sign in to comment.