From d4eab1223ad34a5d4f9260ddf522aa1de3508b82 Mon Sep 17 00:00:00 2001 From: TheGreatCabbage <20987172+TheGreatCabbage@users.noreply.github.com> Date: Sun, 14 Mar 2021 16:44:49 +0000 Subject: [PATCH] Bump version to 0.14.0 --- qasync/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qasync/__init__.py b/qasync/__init__.py index 40ae4a6..0294074 100644 --- a/qasync/__init__.py +++ b/qasync/__init__.py @@ -14,7 +14,7 @@ "Mark Harviston , " "Arve Knudsen ", ) -__version__ = "0.13.0" +__version__ = "0.14.0" __url__ = "https://github.com/CabbageDevelopment/qasync" __license__ = "BSD" __all__ = ["QEventLoop", "QThreadExecutor", "asyncSlot", "asyncClose"]