From 087a13db204c9fc0f0cc6e2665523b962e71cffc Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 5 Jul 2024 10:37:33 -0500 Subject: [PATCH] Bump version to 0.13 --- serial_asyncio_fast/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serial_asyncio_fast/__init__.py b/serial_asyncio_fast/__init__.py index 078a48a..6c44074 100644 --- a/serial_asyncio_fast/__init__.py +++ b/serial_asyncio_fast/__init__.py @@ -28,7 +28,7 @@ except ImportError: termios = None -__version__ = "0.12" +__version__ = "0.13" # Prevent tasks from being garbage collected.