1 parent 6737ab6 commit 10da40cCopy full SHA for 10da40c
1 file changed
setup.py
@@ -15,8 +15,7 @@
15
here = abspath(dirname(__file__))
16
17
classifiers = (
18
- 'Development Status :: 4 - Beta',
19
- # 'Development Status :: 5 - Production/Stable',
+ 'Development Status :: 5 - Production/Stable',
20
'Programming Language :: Python :: 2.7',
21
'Programming Language :: Python :: 3',
22
'Programming Language :: Python :: 3.2',
@@ -35,7 +34,7 @@
35
34
36
kw = {
37
'name' : 'evdev',
38
- 'version' : '0.4.3',
+ 'version' : '0.4.4',
39
40
'description' : 'Bindings for the linux input handling subsystem',
41
'long_description' : open(pjoin(here, 'README.rst')).read(),
0 commit comments