Skip to content

Commit 4ce5bb1

Browse files
Release 0.10.0
1 parent efeffa3 commit 4ce5bb1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
x.y
2-
===
1+
0.10.0
2+
======
33

44
- New device methods:
55
- Device.emit_click()

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.9',
27+
version='0.10.0',
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.9/+download/python-uinput-0.9.tar.gz',
36+
download_url='https://launchpad.net/python-uinput/trunk/0.10.0/+download/python-uinput-0.10.0.tar.gz',
3737
classifiers=[
3838
"Development Status :: 4 - Beta",
3939
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)