diff --git a/docs/version_history.rst b/docs/version_history.rst index 865dbd6..317d40c 100644 --- a/docs/version_history.rst +++ b/docs/version_history.rst @@ -3,6 +3,9 @@ Version History v0.2.x release series --------------------- +0.2.10 (2020.09.08): + - debug ValueError when MD tag of read is missing (`issue #5`_) + 0.2.9 (2020.09.03): - add ``insert_size_del_threshold`` for deletion, ``insert_size_ins_threshold`` for insertsion - add ``read_color_deletion`` for deletion, ``read_color_insersion`` for insertion diff --git a/pack.sh b/pack.sh index 7a21300..fc442d7 100755 --- a/pack.sh +++ b/pack.sh @@ -2,5 +2,5 @@ pip uninstall -y bamsnap rm -rf build rm -rf ./dist/* python3 setup.py sdist bdist_wheel -pip install ./dist/bamsnap-0.2.9-py3-none-any.whl +pip install ./dist/bamsnap-0.2.10-py3-none-any.whl # twine upload dist/* \ No newline at end of file diff --git a/setup.py b/setup.py index 28a3cae..6866fbe 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ } setup(name='bamsnap', - version='0.2.9', + version='0.2.10', url='https://github.com/danielmsk/bamsnap', license='MIT', author='Daniel Minseok Kwon', diff --git a/src/bamsnap.egg-info/PKG-INFO b/src/bamsnap.egg-info/PKG-INFO index 81c36e2..c8cf6e3 100644 --- a/src/bamsnap.egg-info/PKG-INFO +++ b/src/bamsnap.egg-info/PKG-INFO @@ -1,13 +1,13 @@ Metadata-Version: 2.1 Name: bamsnap -Version: 0.2.9 +Version: 0.2.10 Summary: A converter from .bam to .png for specific genomic region. Home-page: https://github.com/danielmsk/bamsnap Author: Daniel Minseok Kwon Author-email: daniel.minseok.kwon@gmail.com License: MIT Download-URL: https://github.com/danielmsk/bamsnap/archive/0.1.tar.gz -Description: #  BAMsnap +Description: # BamSnap @@ -36,6 +36,8 @@ Description: #