diff options
author | Olly Cope <olly@ollycope.com> | 2020-06-04 12:22:09 +0000 |
---|---|---|
committer | Olly Cope <olly@ollycope.com> | 2020-06-04 12:22:09 +0000 |
commit | e43a9c6912a56e7de906cc8777d15169d7d04c6a (patch) | |
tree | c7bbc52978b3259db570820d29675d8cb1db67d7 /yoyo/__init__.py | |
parent | ff8c7c34b37a62bcc5242774587aafb574d04b8a (diff) | |
download | yoyo-e43a9c6912a56e7de906cc8777d15169d7d04c6a.tar.gz |
Correct mangled version number
Diffstat (limited to 'yoyo/__init__.py')
-rwxr-xr-x | yoyo/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yoyo/__init__.py b/yoyo/__init__.py index 5092bab..9025167 100755 --- a/yoyo/__init__.py +++ b/yoyo/__init__.py @@ -34,4 +34,4 @@ from yoyo.migrations import read_migrations from yoyo.migrations import step from yoyo.migrations import transaction -__version__ = "y" +__version__ = "7.1.0-dev" |