Release 0.2

This commit is contained in:
Stephen Horvath
2025-03-24 21:25:01 +10:00
parent 076f903fbc
commit 8b33f75b86
3 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "yafi"
version = "0.1"
version = "0.2"
authors = [
{ name="Steve-Tech" }
]
@@ -8,7 +8,7 @@ description = "Yet Another Framework Interface"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"cros_ec_python >= 0.0.3",
"cros_ec_python >= 0.0.4",
"PyGObject"
]
classifiers = [