Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-easterly committed Mar 13, 2019
1 parent 495d629 commit df7402e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

VERSION='0.99.3'
URL='https://github.com/galaxyproteomics/metaquantome'
VERSION = '0.99.4a0'
URL = 'https://github.com/galaxyproteomics/metaquantome'
AUTHOR = 'Caleb Easterly'
AUTHOR_EMAIL = '[email protected]'
setup(
Expand All @@ -13,7 +13,7 @@
license='Apache License 2.0',
author=AUTHOR,
author_email=AUTHOR_EMAIL,
description='Quantitative microbiome modules',
description='Quantitative metaproteomics analysis',
classifiers=[
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit df7402e

Please sign in to comment.