Skip to content

Commit

Permalink
🎉 bump version - production/stable - version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
robinandeer committed Oct 26, 2015
1 parent c5f6e0c commit a9dcad2
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,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Based on https://github.com/pypa/sampleproject/blob/master/setup.py."""
from __future__ import unicode_literals
# To use a consistent encoding
import io
import os
Expand Down Expand Up @@ -52,7 +51,7 @@ def run_tests(self):
# Versions should comply with PEP440. For a discussion on
# single-sourcing the version across setup.py and the project code,
# see http://packaging.python.org/en/latest/tutorial.html#version
version='3.0.0-beta2',
version='3.0.0',

description='Coverage analysis tool for clinical sequencing',
long_description=long_description,
Expand Down Expand Up @@ -111,7 +110,7 @@ def run_tests(self):
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',

# Indicate who your project is intended for
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit a9dcad2

Please sign in to comment.