tagging version 0.5.1 to match sa version.

This will be going into the TG2b3 index.
This commit is contained in:
percious17 2009-01-19 23:41:14 +00:00
parent cb624f15db
commit 992a079d3d

@ -9,7 +9,7 @@ except ImportError:
setup(
name = "sqlalchemy-migrate",
version = "0.5",
version = "0.5.1",
packages = find_packages(exclude=['test*']),
include_package_data = True,
description = "Database schema migration for SQLAlchemy",