Skip to content

Commit

Permalink
Tag new version v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dostuffthatmatters committed Sep 17, 2024
1 parent d4f825f commit cb6ddf4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
[project]
name = "em27_metadata"
version = "1.0.1"
version = "1.1.0"
description = "Single source of truth for ESM's EM27 measurement logistics"
authors = [
{ name = "Moritz Makowski", email = "[email protected]" },
{ name = "Marlon Müller", email = "[email protected]" },
]
dependencies = [
"requests>=2.31.0",
"pydantic>=2.9.1",
]
dependencies = ["requests>=2.31.0", "pydantic>=2.9.1"]
requires-python = ">=3.10,<4.0"
readme = "README.md"
license = { text = "MIT" }
Expand Down

0 comments on commit cb6ddf4

Please sign in to comment.