Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
adamewing committed Sep 19, 2024
1 parent af3f09b commit 202406b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion methylartist
Original file line number Diff line number Diff line change
Expand Up @@ -5572,7 +5572,7 @@ def parse_args():
subparsers = parser.add_subparsers(title="tool", dest="tool")
subparsers.required = True

__version__ = "1.3.0"
__version__ = "1.3.1"
parser.add_argument('-v', '--version', action='version', version='%(prog)s {version}'.format(version=__version__))

parser_nanopolish = subparsers.add_parser('db-nanopolish')
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

setup(
name='methylartist',
version='1.3.0',
version='1.3.1',
author='Adam Ewing',
author_email='adam.ewing@gmail.com',
description=("Tools for parsing and plotting nanopore methylation data"),
license='MIT',
url='https://github.com/adamewing/methylartist',
download_url='https://github.com/adamewing/methylartist/archive/refs/tags/1.3.0.tar.gz',
download_url='https://github.com/adamewing/methylartist/archive/refs/tags/1.3.1.tar.gz',
scripts=['methylartist'],
packages=find_packages(),
install_requires = [
Expand Down

0 comments on commit 202406b

Please sign in to comment.