diff --git a/docs/configuration.md b/docs/configuration.md index 42863770..768b74ef 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -27,7 +27,7 @@ the user can override these. You can list the current configuration with the command: -``` +```ini $ pymaker config show ``` diff --git a/pyproject.toml b/pyproject.toml index 290b2256..1aba9144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyproject-maker" -version = "0.4.0" +version = "0.4.1" description = "A command line app to create a Python project skeleton." authors = ["Grant Ramsay "] readme = "README.md"