From c8daf3e590483b7fb9b383aac35310c49c52c1d4 Mon Sep 17 00:00:00 2001
From: andamian <adrian.damian@nrc.ca>
Date: Thu, 23 Jan 2020 06:59:20 +1300
Subject: [PATCH] Update setup.cfg

---
 caom2/setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/caom2/setup.cfg b/caom2/setup.cfg
index 7d0fa23a..21d8b412 100644
--- a/caom2/setup.cfg
+++ b/caom2/setup.cfg
@@ -42,7 +42,7 @@ install_requires =
     lxml<=4.3.0;python_version=="3.4"
     lxml>=3.7.0;python_version>="3.5"
 # version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
-version = 2.4.0d
+version = 2.4.0rc2
 
 
 [entry_points]