aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
-rw-r--r--setup.cfg2
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"
diff --git a/setup.cfg b/setup.cfg
index 5754d69..219b6a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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