Skip to content

Commit f7faf05

Browse files
committed
release 0.2.2
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 4cad4ee commit f7faf05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ioctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing import Optional, Union
77

88

9-
__version__ = '0.2.1'
9+
__version__ = '0.2.2'
1010
__all__ = ['__version__', 'IOCTL']
1111

1212

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ioctl
3-
version = 0.2.1
3+
version = 0.2.2
44
long_description = file: README.md
55
long_description_content_type = text/markdown
66
author = Filipe Laíns

0 commit comments

Comments
 (0)