Skip to content

Commit 0cf8b49

Browse files
Bumped up version numbers to 0.9
1 parent 3d82880 commit 0cf8b49

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.9
2+
===
3+
4+
- Python3 compatibility
5+
- Python2.6 compatibility
6+
17
0.8
28
===
39

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.8',
27+
version='0.9',
2828
description='Pythonic API to the Linux uinput kernel module.',
2929
author='Tuomas Jorma Juhani 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.8/+download/python-uinput-0.8.tar.gz',
36+
download_url='https://launchpad.net/python-uinput/trunk/0.9/+download/python-uinput-0.9.tar.gz',
3737
classifiers=[
3838
"Development Status :: 4 - Beta",
3939
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)