diff options
-rw-r--r-- | pyproject.toml | 2 | ||||
-rw-r--r-- | setup.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 44ab690..e2b14a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wikijscmd" -version = "0.1.0" +version = "0.2.0" description = "A command line interface (CLI) for wiki.js" authors = ["Mark Powers <mark@marks.kitchen>"] license = "GPL 3" @@ -1,6 +1,6 @@ [metadata] name = wikijscmd-markpowers -version = 0.1.0 +version = 0.2.0 author = Mark Powers author_email = mark@marks.kitchen description = A command line interface client for wiki.js |