Skip to content

Commit

Permalink
bump the version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PengNi committed Jan 17, 2019
1 parent 8cb4ebd commit 2724efd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ deepsignal
Documentation
-------------

v0.1.3
-------------
fix the deadlock issue in multiprocessing

v0.1.2
-------------
Expand Down
2 changes: 1 addition & 1 deletion deepsignal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
DNA methylation state from Nanopore reads."""


__version__ = '0.1.2'
__version__ = '0.1.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 2724efd

Please sign in to comment.