Skip to content

Commit e5065be

Browse files
Bumped up version numbers
1 parent e1b41d4 commit e5065be

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.7
2+
===
3+
4+
- libsuinput is included as a subtree
5+
16
0.6.1
27
=====
38

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=====================
2-
Python-uinput 0.6.2
3-
=====================
1+
===============
2+
Python-uinput
3+
===============
44

55
Uinput is a Linux kernel module which allows attaching user-space
66
device drivers into the Linux kernel. Python-uinput provides a

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ def run(self):
2323
_build_py.run(self)
2424

2525
setup(name='python-uinput',
26-
version='0.6.2',
27-
description='Python bindings for Linux uinput system.',
26+
version='0.7',
27+
description='Pythonic API to the Linux uinput kernel module.',
2828
author='Tuomas Jorma Juhani Räsänen',
2929
author_email='tuomasjjrasanen@tjjr.fi',
3030
url='http://tjjr.fi/sw/python-uinput/',
@@ -40,11 +40,11 @@ def run(self):
4040
"Topic :: System :: Operating System Kernels :: Linux",
4141
"Programming Language :: Python :: 2.5",
4242
"Programming Language :: Python :: 2.6",
43+
"Programming Language :: Python :: 2.7",
4344
],
4445
long_description="""
45-
Uinput is a Linux kernel module which allows attaching user-space
46-
device drivers into the Linux kernel. Python-uinput provides a
47-
pythonic API to the Linux uinput system.
46+
Python-uinput is Python interface to the Linux uinput kernel module
47+
which allows attaching userspace device drivers into kernel.
4848
""",
4949
cmdclass={'build_py': build_py},
5050
ext_modules=[Extension('_libsuinput', ['libsuinput/src/suinput.c'],

0 commit comments

Comments
 (0)