File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 0.10.1
2+ ======
3+
4+ - Fix Python3-compatibility issue.
5+
160.10.0
27======
38
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def run(self):
2424 _build_py .run (self )
2525
2626setup (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" ,
You can’t perform that action at this time.
0 commit comments