From 89025a788aeb8688d815c9244a15a02443b6d6ac Mon Sep 17 00:00:00 2001 From: Sebastian Klaassen Date: Sat, 27 Oct 2018 17:10:57 -0400 Subject: [PATCH] Bumped patch version --- asyncframes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncframes/__init__.py b/asyncframes/__init__.py index c6b5cb3..ad79d62 100644 --- a/asyncframes/__init__.py +++ b/asyncframes/__init__.py @@ -14,7 +14,7 @@ 'all_', 'animate', 'any_', 'Awaitable', 'Event', 'AbstractEventLoop', 'EventSource', 'Frame', 'InvalidOperationException', 'hold', 'Primitive', 'sleep' ] -__version__ = '1.1.0' +__version__ = '1.1.1' class InvalidOperationException(Exception):