diff --git a/deepsignal/__init__.py b/deepsignal/__init__.py index c88ea75..be51ddc 100644 --- a/deepsignal/__init__.py +++ b/deepsignal/__init__.py @@ -2,4 +2,4 @@ DNA methylation state from Nanopore reads.""" -__version__ = '0.1.10' +__version__ = '0.2.0' diff --git a/setup.py b/setup.py index 7a72fd7..94ca155 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def find_version(*file_paths): keywords=['methylation', 'nanopore', 'neural network'], version=find_version('deepsignal', '__init__.py'), url='https://github.com/bioinfomaticsCSU/deepsignal', - download_url='https://github.com/bioinfomaticsCSU/deepsignal/archive/v0.1.10.tar.gz', + download_url='https://github.com/bioinfomaticsCSU/deepsignal/archive/v0.2.0.tar.gz', license='GNU General Public License v3 (GPLv3)', author='Peng Ni, Neng Huang', # tests_require=['pytest'],