From da6795f8c3438cf431eb9cf1b36362f688a3974b Mon Sep 17 00:00:00 2001 From: Stephan Kemper Date: Tue, 1 May 2018 10:14:19 -0700 Subject: [PATCH] Rev to 1.2.1 with --duration feature --- alohomora/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alohomora/__init__.py b/alohomora/__init__.py index f13a8a3..b4082e6 100644 --- a/alohomora/__init__.py +++ b/alohomora/__init__.py @@ -23,7 +23,7 @@ except NameError: pass -__version__ = '1.2.0' +__version__ = '1.2.1' __author__ = 'Stephan Kemper' __license__ = '(c) 2017 ViaSat, Inc. See the LICENSE file for more details.'