Skip to content

Commit 10da40c

Browse files
committed
bump version to 0.4.4
1 parent 6737ab6 commit 10da40c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
here = abspath(dirname(__file__))
1616

1717
classifiers = (
18-
'Development Status :: 4 - Beta',
19-
# 'Development Status :: 5 - Production/Stable',
18+
'Development Status :: 5 - Production/Stable',
2019
'Programming Language :: Python :: 2.7',
2120
'Programming Language :: Python :: 3',
2221
'Programming Language :: Python :: 3.2',
@@ -35,7 +34,7 @@
3534

3635
kw = {
3736
'name' : 'evdev',
38-
'version' : '0.4.3',
37+
'version' : '0.4.4',
3938

4039
'description' : 'Bindings for the linux input handling subsystem',
4140
'long_description' : open(pjoin(here, 'README.rst')).read(),

0 commit comments

Comments
 (0)