From 2b09e083127950e5b8cd74506068be98b5af9796 Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Wed, 21 Apr 2021 20:59:14 +0100 Subject: [PATCH] OPS: Increase patch version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 827b119..f6ab29a 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="twined", - version="0.0.17", + version="0.0.18", py_modules=[], install_requires=["jsonschema ~= 3.2.0", "python-dotenv"], url="https://www.github.com/octue/twined",