diff options
author | Mark Powers <mark@marks.kitchen> | 2021-10-08 19:28:16 -0500 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2021-10-08 19:28:16 -0500 |
commit | ee9239e30fe7c3c69341dadf4ddff997a04b34f2 (patch) | |
tree | 84068274ba7219b95fc7b2fd8603b5cb64bb3a10 | |
parent | 01c2c28dcc9efb83f3d9c38332312e40850309f5 (diff) |
Bump version
-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 |