bump version number

This commit is contained in:
Alexis Metaireau 2011-06-17 19:45:09 +02:00
commit 971f3b4937
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
from setuptools import setup
import sys
VERSION = "2.7.1" # find a better way to do so.
VERSION = "2.7.2" # find a better way to do so.
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils']
if sys.version_info < (2,7):