From 3f92f064b59fb350c4b3b4395ac03b53d6a8aadd Mon Sep 17 00:00:00 2001 From: Alexander Akhmetov Date: Tue, 25 Sep 2018 19:18:27 +0200 Subject: [PATCH] Release 0.7.0 --- shortcuts/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shortcuts/__init__.py b/shortcuts/__init__.py index 1fda428..9de0564 100644 --- a/shortcuts/__init__.py +++ b/shortcuts/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.6.0' +__version__ = '0.7.0' from .shortcut import Shortcut # noqa