Skip to content

Commit 203df8f

Browse files
Release 0.11.0
1 parent dd7b17a commit 203df8f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

NEWS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Python-uinput NEWS -- history of user-visible changes
33
=======================================================
44

5-
x.y.z
6-
=====
5+
0.11.0
6+
======
77

88
- New device method to close the device: ``Device.destroy()``
99

setup.py

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

55
setup(name='python-uinput',
6-
version='0.10.2',
6+
version='0.11.0',
77
description='Pythonic API to Linux uinput kernel module.',
88
author='Tuomas Räsänen',
99
author_email='tuomasjjrasanen@tjjr.fi',
@@ -12,7 +12,7 @@
1212
packages=['uinput'],
1313
license='GPLv3+',
1414
platforms=['Linux'],
15-
download_url='http://tjjr.fi/sw/python-uinput/releases/python-uinput-0.10.2.tar.gz',
15+
download_url='http://tjjr.fi/sw/python-uinput/releases/python-uinput-0.11.0.tar.gz',
1616
classifiers=[
1717
"Development Status :: 4 - Beta",
1818
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)