Skip to content

Commit c921e52

Browse files
Release 0.10.1
1 parent 0cf03a7 commit c921e52

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.10.1
2+
======
3+
4+
- Fix Python3-compatibility issue.
5+
16
0.10.0
27
======
38

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def run(self):
2424
_build_py.run(self)
2525

2626
setup(name='python-uinput',
27-
version='0.10.0',
27+
version='0.10.1',
2828
description='Pythonic API to Linux uinput kernel module.',
2929
author='Tuomas Räsänen',
3030
author_email='tuomasjjrasanen@tjjr.fi',
@@ -33,7 +33,7 @@ def run(self):
3333
packages=['uinput'],
3434
license='GPLv3+',
3535
platforms=['Linux'],
36-
download_url='https://launchpad.net/python-uinput/trunk/0.10.0/+download/python-uinput-0.10.0.tar.gz',
36+
download_url='https://launchpad.net/python-uinput/trunk/0.10.1/+download/python-uinput-0.10.1.tar.gz',
3737
classifiers=[
3838
"Development Status :: 4 - Beta",
3939
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)