🛠️ pyproject.toml -> updated project dependencies and version number from 0.1.0 to v0.1.1

🛠️ poetry.lock -> content-hash changed from e11a99... to 32eb77...
This commit is contained in:
2024-11-01 10:53:58 +01:00
parent 6ad0587246
commit 0346346a23
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "myice"
version = "0.1.0"
version = "v0.1.1"
description = "myice parsing"
authors = ["Rene Luria <rene@luria.ch>"]
license = "MIT"
@@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
requests = "^2.32.3"
typer = {extras = ["all"], version = "^0.12.5"}
typer = "^0.12.5"
[tool.poetry.group.dev.dependencies]