From 2724efd345e3da31ed88814643ed7d10ab19e655 Mon Sep 17 00:00:00 2001 From: PengNi <543943952@qq.com> Date: Thu, 17 Jan 2019 11:47:12 -0500 Subject: [PATCH] bump the version to 0.1.3 --- README.rst | 3 +++ deepsignal/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c2a1789..ddc8810 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,9 @@ deepsignal Documentation ------------- +v0.1.3 +------------- +fix the deadlock issue in multiprocessing v0.1.2 ------------- diff --git a/deepsignal/__init__.py b/deepsignal/__init__.py index 4c10cf5..a9fb1d1 100644 --- a/deepsignal/__init__.py +++ b/deepsignal/__init__.py @@ -2,4 +2,4 @@ DNA methylation state from Nanopore reads.""" -__version__ = '0.1.2' +__version__ = '0.1.3' diff --git a/setup.py b/setup.py index 2d2f540..c5cf53a 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def run_tests(self): 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.2.tar.gz', + download_url='https://github.com/bioinfomaticsCSU/deepsignal/archive/v0.1.3.tar.gz', license='GNU General Public License v3 (GPLv3)', author='Peng Ni, Neng Huang', # tests_require=['pytest'],