Skip to content

Commit c5209b9

Browse files
committed
Release 0.4.0
1 parent 775e9a5 commit c5209b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "cros_ec_python"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = [
55
{ name="Steve-Tech" }
66
]
77
description = "A Python library for interacting with a Chrome OS EC."
88
readme = "README.md"
99
requires-python = ">=3.10"
1010
classifiers = [
11-
"Development Status :: 3 - Alpha",
11+
"Development Status :: 4 - Beta",
1212
"Intended Audience :: Developers",
1313
"Programming Language :: Python :: 3",
1414
"Operating System :: POSIX :: Linux",
@@ -21,7 +21,7 @@ license = "GPL-2.0-or-later"
2121

2222
[project.optional-dependencies]
2323
docs = ["pdoc", "portio"]
24-
lpc = ["portio; sys_platform=='linux'", "wmi; sys_platform=='win32'"]
24+
lpc = ["portio; sys_platform=='linux' or sys_platform=='freebsd'", "wmi; sys_platform=='win32'"]
2525

2626
[project.urls]
2727
Documentation = "https://steve-tech.github.io/CrOS_EC_Python/"

0 commit comments

Comments
 (0)