From 2fed913ca0b49626c901981f6452322d74932f24 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 6 Nov 2024 11:38:55 +0100 Subject: [PATCH] bump version to 0.14.0.post3 --- hid.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hid.pyx b/hid.pyx index 01f1f31..54199b8 100644 --- a/hid.pyx +++ b/hid.pyx @@ -5,7 +5,7 @@ from chid cimport * from libc.stddef cimport wchar_t, size_t -__version__ = "0.14.0.post2" +__version__ = "0.14.0.post3" hid_init()