summaryrefslogtreecommitdiff
path: root/jinja2/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'jinja2/__init__.py')
-rw-r--r--jinja2/__init__.py2
1 files changed, 1 insertions, 1 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