bump version number to 0.7 to indicate SQLA 0.7 compatibility
This commit is contained in:
parent
27e24c3374
commit
c5a0b0e22a
2
setup.py
2
setup.py
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user