Raised version number in setup.py

--HG--
branch : trunk
diff --git a/setup.py b/setup.py
index e6e3625..e97afcf 100644
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@
 
 setup(
     name='Jinja2',
-    version='2.5',
+    version='2.6',
     url='http://jinja.pocoo.org/',
     license='BSD',
     author='Armin Ronacher',