bumped version fior release

This commit is contained in:
Corey Goldberg 2015-09-20 11:40:45 -04:00
parent c8a2f03c2d
commit 5162ab815b
1 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,7 @@ with open(os.path.join(this_dir, 'README.rst')) as f:
setup( setup(
name='xvfbwrapper', name='xvfbwrapper',
version='0.2.4', version='0.2.5',
py_modules=['xvfbwrapper'], py_modules=['xvfbwrapper'],
author='Corey Goldberg', author='Corey Goldberg',
author_email='cgoldberg _at_ gmail.com', author_email='cgoldberg _at_ gmail.com',
@ -29,10 +29,14 @@ setup(
'Operating System :: Unix', 'Operating System :: Unix',
'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License'
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Libraries :: Python Modules',
] ]
) )