Raise version number for release.
diff --git a/coredata.py b/coredata.py
index 2e34728..1acbe50 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
 
 import pickle, os
 
-version = '0.8.0-research'
+version = '0.8.0'
 
 # This class contains all data that must persist over multiple
 # invocations of Meson. It is roughly the same thing as