Skip to content

Commit

Permalink
bumped version to align with RNAget spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Adams committed Jan 24, 2020
1 parent 4b104d2 commit 298c032
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import setuptools

NAME = "ga4gh-rnaget-compliance"
VERSION = "0.2.0"
VERSION = "1.0.0"
AUTHOR = "Jeremy Adams"
EMAIL = "jeremy.adams@ga4gh.org"

Expand All @@ -19,13 +19,12 @@
long_description = fh.read()
install_requires = ['requests', 'click', 'jsonschema', 'PyYAML', "Jinja2", "loompy"]


setuptools.setup(
name=NAME,
version=VERSION,
author=AUTHOR,
author_email=EMAIL,
description="A compliance utility reporting system for rnaget server implementations",
description="Reports web service compliance to GA4GH RNAget specification",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/ga4gh-rnaseq/rnaget-compliance-suite",
Expand Down

0 comments on commit 298c032

Please sign in to comment.