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"]