diff --git a/qasync/__init__.py b/qasync/__init__.py index 29f84ae..d86d9b4 100644 --- a/qasync/__init__.py +++ b/qasync/__init__.py @@ -14,7 +14,7 @@ "Mark Harviston , " "Arve Knudsen ", ) -__version__ = "0.17.0" +__version__ = "0.18.0" __url__ = "https://github.com/CabbageDevelopment/qasync" __license__ = "BSD" __all__ = ["QEventLoop", "QThreadExecutor", "asyncSlot", "asyncClose"]