From aebc120bfa39b2c584a1a562c94d1daa98067b23 Mon Sep 17 00:00:00 2001
From: Robert Lieck <robert.lieck@durham.ac.uk>
Date: Wed, 25 May 2022 23:20:13 +0200
Subject: [PATCH] version 0.0.2

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index e5f8a69..265744f 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
 
 setuptools.setup(
     name="pythontemplatepackage",
-    version="0.0.1",
+    version="0.0.2",
     author="Robert Lieck",
     author_email="robert.lieck@durham.ac.uk",
     description="A template repo for Python packages with GitHub actions and documentation",