We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04ebfa commit 74c558fCopy full SHA for 74c558f
2 files changed
README
@@ -30,7 +30,7 @@ Create and use a new uinput device with key-capabilities:
30
General information
31
-------------------
32
33
-- Version: 0.6.1
+- Version: 0.6.2
34
- License: GPLv3+ (see COPYING for details)
35
- Author: Tuomas Jorma Juhani Räsänen <tuomasjjrasanen@tjjr.fi>
36
- Homepage: <http://tjjr.fi/software/python-uinput/>
setup.py
@@ -23,7 +23,7 @@ def run(self):
23
_build_py.run(self)
24
25
setup(name='python-uinput',
26
- version='0.6.1',
+ version='0.6.2',
27
description='Python bindings for Linux uinput system.',
28
author='Tuomas Jorma Juhani Räsänen',
29
author_email='tuomasjjrasanen@tjjr.fi',
0 commit comments