From 53e2dd6ed65d533f78439c6b6abdc52ec15f4c7b Mon Sep 17 00:00:00 2001
From: John Swinbank <swinbank@astron.nl>
Date: Tue, 5 Jul 2022 21:07:27 +0200
Subject: [PATCH] Bump version number

We don't have a meaningful policy for this, but this version is certainly
substantially different from predecessors.
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 0b99233..9f1380f 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
 
 setuptools.setup(
     name="esap_client",
-    version="0.0.5",
+    version="0.0.6",
     author="Hugh Dickinson",
     author_email="hugh.dickinson@open.ac.uk",
     description="Python client for ESAP Data Discovery Shopping Basket",
-- 
GitLab