Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
wandenberg committed Apr 10, 2012
1 parent 5bd4e68 commit bc7921c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_db_migrate/__init__.py
Expand Up @@ -6,7 +6,7 @@
from config import FileConfig
from main import Main

SIMPLE_DB_MIGRATE_VERSION = '1.4.3'
SIMPLE_DB_MIGRATE_VERSION = '1.4.4'

# fixing print in non-utf8 terminals
sys.stdout = codecs.getwriter('utf-8')(sys.stdout)
Expand Down

0 comments on commit bc7921c

Please sign in to comment.