🛠️ 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

2
poetry.lock generated
View File

@@ -1025,4 +1025,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "e11a9960c50f8b210bd0942533a30915eb56bed47cf5f67ac33f405cb1ef5859"
content-hash = "32eb77391a5bfd29bed30f4a384ccd08ca307923ac47c48eaad6bfee18798081"

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]