From f52bb3d9b834fbcacca8fe8820365733a539fcda Mon Sep 17 00:00:00 2001 From: David-Wobrock Date: Mon, 7 Jan 2019 19:37:51 +0100 Subject: [PATCH] Bump version to 0.1.1 --- django_migration_linter/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_migration_linter/constants.py b/django_migration_linter/constants.py index 052e74e6..81806960 100644 --- a/django_migration_linter/constants.py +++ b/django_migration_linter/constants.py @@ -14,7 +14,7 @@ from appdirs import user_cache_dir -__version__ = "0.1.0" +__version__ = "0.1.1" MIGRATION_FOLDER_NAME = "migrations"