Skip to content

Commit cbb8b7b

Browse files
committed
Version bump 0.4.0
1 parent 36db6d8 commit cbb8b7b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ Options:
4040
--help Show this message and exit.
4141

4242
Commands:
43-
control
44-
edit
45-
list
43+
control run docker-compose commands
44+
edit edit the compose file
45+
list list available services
46+
update pull the latest service images and restart
4647
```
4748
4849
## Examples

doxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.3"
1+
__version__ = "0.4.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "doxy"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
description = ""
55
authors = ["jpk <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)