- will call this 0.8.0
- add gpg sig
diff --git a/CHANGES b/CHANGES
index 0439bab..d347a88 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-0.7.4
+0.8.0
 - [feature] Performance improvement to the
   "legacy" HTML escape feature, used for XML
   escaping and when markupsafe isn't present,
diff --git a/mako/__init__.py b/mako/__init__.py
index 9fa860d..95be2f2 100644
--- a/mako/__init__.py
+++ b/mako/__init__.py
@@ -5,5 +5,5 @@
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
 
 
-__version__ = '0.7.4'
+__version__ = '0.8.0'
 
diff --git a/setup.cfg b/setup.cfg
index 3c2fdf5..3343ba9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,7 @@
 [egg_info]
 tag_build = dev
+
+
+[upload]
+sign = 1
+identity = C4DAFEE1
\ No newline at end of file