We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c006c commit 8a00dc4Copy full SHA for 8a00dc4
hid_parser/__init__.py
@@ -14,7 +14,7 @@
14
import hid_parser.data
15
16
17
-__version__ = '0.0.3'
+__version__ = '0.1.0'
18
19
20
class HIDWarning(Warning):
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = 'flit_core.buildapi'
5
[project]
6
name = 'hid-parser'
7
description = 'Typed pure Python library to parse HID report descriptors'
8
-version = '0.0.3'
+version = '0.1.0'
9
readme = 'README.md'
10
requires-python = '>= 3.9'
11
license = {file = 'LICENSE'}
0 commit comments