Bump the version to 0.7.2

This commit is contained in:
Joshua Harlow 2012-11-14 13:32:14 -08:00
parent b47ec6206a
commit c6bca09ceb

View File

@ -20,7 +20,7 @@ from distutils import version as vr
def version():
return vr.StrictVersion("0.7.1")
return vr.StrictVersion("0.7.2")
def version_string():