Skip to content

Commit d0c59cd

Browse files
The next version number will be assinged later when making the release.
1 parent acc4f51 commit d0c59cd

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

NEWS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
0.6
2-
===
3-
41
- Simplified API.
52

63
- Uses ctypes instead of extension modules.

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create and use a new uinput device with key-capabilities:
3030
General information
3131
-------------------
3232

33-
- Version: 0.6
33+
- Version: 0.5
3434
- License: GPLv3+ (see COPYING for details)
3535
- Author: Tuomas Jorma Juhani Räsänen
3636
- Homepage: <http://tjjr.fi/sw/python-uinput/>

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
from distutils.core import setup
44

55
setup(name='python-uinput',
6-
version='0.6',
6+
version='0.5',
77
description='Python bindings for Linux uinput system.',
88
author='Tuomas Jorma Juhani Räsänen',
99
author_email='tuomasjjrasanen@tjjr.fi',
1010
url='http://tjjr.fi/sw/python-uinput/',
11-
download_url='http://tjjr.fi/sw/python-uinput/src/python-uinput-0.6.tar.gz',
11+
download_url='http://tjjr.fi/sw/python-uinput/src/python-uinput-0.5.tar.gz',
1212
package_dir={'uinput': 'src'},
1313
packages=['uinput'],
1414
license='GPLv3+',

0 commit comments

Comments
 (0)