diff --git a/chiron/_version.py b/chiron/_version.py index 933cdac..8104b62 100644 --- a/chiron/_version.py +++ b/chiron/_version.py @@ -5,4 +5,4 @@ #file, You can obtain one at http://mozilla.org/MPL/2.0/. #Store the version here -__version__ = '0.5.1' +__version__ = '0.6.0' diff --git a/setup.py b/setup.py index 26fc363..b501098 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ author = 'Haotian Teng', author_email = 'havens.teng@gmail.com', url = 'https://github.com/haotianteng/chiron', - download_url = 'https://github.com/haotianteng/Chiron/archive/0.5.tar.gz', + download_url = 'https://github.com/haotianteng/Chiron/archive/0.6.tar.gz', keywords = ['basecaller', 'nanopore', 'sequencing','neural network'], license="MPL 2.0", classifiers = ['License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)'],