Version bump 0.4.0

This commit is contained in:
jpk 2023-01-13 15:05:49 +01:00
parent 36db6d8034
commit cbb8b7bbfd
3 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -1 +1 @@
__version__ = "0.3.3"
__version__ = "0.4.0"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "doxy"
version = "0.3.3"
version = "0.4.0"
description = ""
authors = ["jpk <jpk@goatpr0n.de>"]
readme = "README.md"