Skip to content

Commit

Permalink
update 0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmsk committed Feb 21, 2021
1 parent e283475 commit add4d18
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.17-py3-none-any.whl
# twine upload dist/*
pip install ./dist/bamsnap-0.2.18-py3-none-any.whl
# twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

setup(name='bamsnap',
version='0.2.17',
version='0.2.18',
url='https://github.com/danielmsk/bamsnap',
license='MIT',
author='Daniel Minseok Kwon',
Expand Down
2 changes: 1 addition & 1 deletion src/bamsnap.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: bamsnap
Version: 0.2.17
Version: 0.2.18
Summary: A converter from .bam to .png for specific genomic region.
Home-page: https://github.com/danielmsk/bamsnap
Author: Daniel Minseok Kwon
Expand Down
4 changes: 2 additions & 2 deletions src/bamsnap/data/conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"TITLE":"BAMSNAP",
"VERSION":"0.2.17",
"VERSION_DATE":"2020-12-15",
"VERSION":"0.2.18",
"VERSION_DATE":"2021-02-21",
"PROG":"bamsnap",
"options":[
{"param":"bam", "default":[], "nargs":"*", "action": null, "choices":null, "type":null, "help":"bam or cram file(s)"},
Expand Down

0 comments on commit add4d18

Please sign in to comment.