Skip to content

Commit

Permalink
Version bump 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypikay committed Jan 13, 2023
1 parent 36db6d8 commit cbb8b7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doxy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.3"
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "doxy"
version = "0.3.3"
version = "0.4.0"
description = ""
authors = ["jpk <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit cbb8b7b

Please sign in to comment.