From ee162ca494ca33ad1f883def5b7abf69881e5fae Mon Sep 17 00:00:00 2001
From: MJB <mjb@it-innovation.soton.ac.uk>
Date: Mon, 26 Mar 2018 09:22:10 +0100
Subject: [PATCH] adding commit count

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

diff --git a/setup.py b/setup.py
index 1ce9a41..2b4d7e8 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,8 @@ def read(fname):
 
 setup(
     name = "clmctest",
-    version = read('.build-config/git-commit-version'),
+    #version = read('.build-config/git-commit-version'),
+    version = "SNAPSHOT"
     author = "Michael Boniface",
     author_email = "mjb@it-innovation.soton.ac.uk",
     description = "FLAME CLMC Testing Module",
-- 
GitLab