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()