Skip to content

Commit

Permalink
Increment version for deployment. Update trove classifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 committed Dec 15, 2014
1 parent cf2461b commit d261a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name='pyfaidx',
provides='pyfaidx',
version='0.3.0',
version='0.3.1',
author='Matthew Shirley',
author_email='[email protected]',
url='http://mattshirley.com',
Expand All @@ -21,7 +21,7 @@
install_requires=install_requires,
entry_points={'console_scripts': ['faidx = pyfaidx.cli:main', 'bedmask = pyfaidx.bedmask:main']},
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Environment :: Console",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit d261a41

Please sign in to comment.