🛠️ myice/myice.py -> updated function get_login by simplifying config reading; renamed functions open, get_game_pdf, get_practice_pdf to os_open, get_game_pdf_os, get_practice_pdf_os respectively

🔴 pyproject.toml -> removed version 'v0.1.2', now at 'v0.1.3'
This commit is contained in:
2024-11-01 11:17:26 +01:00
parent c93c9fadd9
commit bce52d2462
2 changed files with 10 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "myice"
version = "v0.1.1"
version = "v0.1.3"
description = "myice parsing"
authors = ["Rene Luria <rene@luria.ch>"]
license = "MIT"