From cbb8b7bbfddf4282c309ec2b0d3242443deff5ad Mon Sep 17 00:00:00 2001 From: jpk Date: Fri, 13 Jan 2023 15:05:49 +0100 Subject: [PATCH] Version bump 0.4.0 --- README.md | 7 ++++--- doxy/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9b52c90..68a6353 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,10 @@ Options: --help Show this message and exit. Commands: - control - edit - list + control run docker-compose commands + edit edit the compose file + list list available services + update pull the latest service images and restart ``` ## Examples diff --git a/doxy/__init__.py b/doxy/__init__.py index e19434e..6a9beea 100644 --- a/doxy/__init__.py +++ b/doxy/__init__.py @@ -1 +1 @@ -__version__ = "0.3.3" +__version__ = "0.4.0" diff --git a/pyproject.toml b/pyproject.toml index a2c27fb..42b06bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "doxy" -version = "0.3.3" +version = "0.4.0" description = "" authors = ["jpk "] readme = "README.md"