Skip to content

Commit 8a00dc4

Browse files
committed
release 0.1.0
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 54c006c commit 8a00dc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hid_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import hid_parser.data
1515

1616

17-
__version__ = '0.0.3'
17+
__version__ = '0.1.0'
1818

1919

2020
class HIDWarning(Warning):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = 'flit_core.buildapi'
55
[project]
66
name = 'hid-parser'
77
description = 'Typed pure Python library to parse HID report descriptors'
8-
version = '0.0.3'
8+
version = '0.1.0'
99
readme = 'README.md'
1010
requires-python = '>= 3.9'
1111
license = {file = 'LICENSE'}

0 commit comments

Comments
 (0)