diff --git a/pyproject.toml b/pyproject.toml index 08480b9..0de9188 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "axem-dem" -version = "0.2.1" +version = "0.3.0" description = "Manager for Containerized Development Environments" authors = ["Janos Murai "] license = "Eclipse Public License - v2.0" @@ -8,7 +8,7 @@ readme = "README.md" homepage = "https://axemsolutions.io/" documentation = "https://axemsolutions.io/dem_doc/" repository = "https://github.com/axem-solutions/dem" -keywords = ["iot", "embedded", "edge", "devops", "tools", "containers"] +keywords = ["iot", "embedded", "edge", "development environment", "tools", "containers"] classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Console",