diff --git a/pyproject.toml b/pyproject.toml index a17fbb32..76b1019e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "axem-dem" -version = "0.1.2" +version = "0.2.0" description = "Manager for Containerized Development Environments" authors = ["Janos Murai "] license = "Eclipse Public License - v2.0" @@ -10,7 +10,7 @@ documentation = "https://axemsolutions.io/dem_doc/" repository = "https://github.com/axem-solutions/dem" keywords = ["iot", "embedded", "edge", "devops", "tools", "containers"] classifiers = [ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Natural Language :: English",