From 53b84f7406c3187a6661432ca2a50152a6fcb499 Mon Sep 17 00:00:00 2001
From: Monty Dawson <wgd23@cam.ac.uk>
Date: Tue, 15 Mar 2022 15:03:33 +0000
Subject: [PATCH] Up-version for deployment

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

diff --git a/setup.py b/setup.py
index 2753f1f..d0c1441 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ setup(
     long_description=open('README.md').read(),
     long_description_content_type='text/markdown',
     url='https://gitlab.developers.cam.ac.uk/uis/devops/django/api-gateway-auth',
-    version='0.0.1',
+    version='0.0.1-rc1',
     license='MIT',
     author='DevOps Division, University Information Services, University of Cambridge',
     author_email='devops@uis.cam.ac.uk',
-- 
GitLab