bump version number to 0.7 to indicate SQLA 0.7 compatibility

This commit is contained in:
Jan Dittberner 2011-05-27 12:56:14 +02:00
parent 27e24c3374
commit c5a0b0e22a

View File

@ -15,7 +15,7 @@ readme_file = open(os.path.join(os.path.dirname(os.path.abspath(__file__)),
setup(
name = "sqlalchemy-migrate",
version = "0.6.2",
version = "0.7",
packages = find_packages(exclude=["migrate.tests*"]),
include_package_data = True,
description = "Database schema migration for SQLAlchemy",