diff --git a/changes.md b/changes.md index 2aacc89..21d79e7 100644 --- a/changes.md +++ b/changes.md @@ -1,6 +1,6 @@ # Change Log -## v0.1.40 Dependency fix +## v0.1.40 Dependency Fix * Updated to current lib of esp2-gateway-adapter 0.2.18 ## v0.1.39 diff --git a/pyproject.toml b/pyproject.toml index 14d2e66..fbd6734 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "eo_man" -version = "0.1.39" +version = "0.1.40" description = "Tool to managed EnOcean Devices and to generate Home Assistant Configuration." readme = "README.md" requires-python = ">=3.7"