diff --git a/setup.py b/setup.py index 1ce9a410006f0f8cd7b5ae79bface98e724e90b2..2b4d7e83eae3d164a2a2ad2d31c9dd5048e6943a 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",