diff options
author | Olly Cope <olly@ollycope.com> | 2020-11-05 13:54:16 +0000 |
---|---|---|
committer | Olly Cope <olly@ollycope.com> | 2020-11-05 13:54:16 +0000 |
commit | 35c82a58d1d593371c1f12796d90c55fbabb1eb4 (patch) | |
tree | b8bd59156cddfbe8c0a00490885a2be88814a25a /yoyo/__init__.py | |
parent | 797474c26abfa87ed47d198fec639bb26bab5ad1 (diff) | |
download | yoyo-35c82a58d1d593371c1f12796d90c55fbabb1eb4.tar.gz |
Bump version number for dev
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 169163c..d9ed8b9 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__ = "7.2.1" +__version__ = "7.2.2.dev0" |