summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Cope <olly@ollycope.com>2016-07-03 07:59:13 +0000
committerOlly Cope <olly@ollycope.com>2016-07-03 07:59:13 +0000
commit174810dee79326e2a4b8991bda953b7b42062e10 (patch)
tree9ef09f5a86363ce149f67a5e8f5fe74e4fb05068
parent3ff7db20bab14522c8ddb6480a66c1b9bdfb9d25 (diff)
downloadyoyo-174810dee79326e2a4b8991bda953b7b42062e10.tar.gz
Bumped version number for dev
-rwxr-xr-xyoyo/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoyo/__init__.py b/yoyo/__init__.py
index 8e7066a..e48c2cd 100755
--- a/yoyo/__init__.py
+++ b/yoyo/__init__.py
@@ -24,4 +24,4 @@ from yoyo.migrations import (read_migrations, # noqa
from yoyo.connections import get_backend # noqa
-__version__ = '5.0.3'
+__version__ = '5.0.4.dev0'