summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jinja2/__init__.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/jinja2/__init__.py b/jinja2/__init__.py
index 5e10e9d..a4f7e9c 100644
--- a/jinja2/__init__.py
+++ b/jinja2/__init__.py
@@ -27,7 +27,7 @@
:license: BSD, see LICENSE for more details.
"""
__docformat__ = 'restructuredtext en'
-__version__ = '2.7.3-dev'
+__version__ = '2.7.3'
# high level interface
from jinja2.environment import Environment, Template
diff --git a/setup.py b/setup.py
index 3ff77af..d572382 100644
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ else:
setup(
name='Jinja2',
- version='2.7.3-dev',
+ version='2.7.3',
url='http://jinja.pocoo.org/',
license='BSD',
author='Armin Ronacher',