summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjan.dittberner <unknown>2009-03-27 20:39:41 +0000
committerjan.dittberner <unknown>2009-03-27 20:39:41 +0000
commit77c1cae8a94714a24dcf464c7d62394409ce64e9 (patch)
treee34ac9f8f263031e6a0390ddaff3fff85a23f4ca /setup.py
parentbd21c57a68b421af5f49e5b7b67c612e7e3ddaa9 (diff)
downloadsqlalchemy-migrate-77c1cae8a94714a24dcf464c7d62394409ce64e9.tar.gz
start work on 0.5.4
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e49099e..2ffe8a0 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ test_requirements = ['nose >= 0.10']
setup(
name = "sqlalchemy-migrate",
- version = "0.5.3",
+ version = "0.5.4",
packages = find_packages(exclude=['test*']),
include_package_data = True,
description = "Database schema migration for SQLAlchemy",