From bf8850f232acd0abea93b6d0c65ec5b5e3ae2b47 Mon Sep 17 00:00:00 2001 From: Ronak Shah Date: Mon, 22 Nov 2021 14:55:59 -0500 Subject: [PATCH] Modifying versions --- __init__.py | 2 +- cwl_commandlinetools/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/__init__.py b/__init__.py index 687dc425..d62ed77c 100644 --- a/__init__.py +++ b/__init__.py @@ -4,4 +4,4 @@ __author__ = """msk-access""" __email__ = 'msk.access@gmail.com' -__version__ = '0.6.3' +__version__ = '1.1.1' diff --git a/cwl_commandlinetools/__init__.py b/cwl_commandlinetools/__init__.py index 9fc9a3c6..d62ed77c 100644 --- a/cwl_commandlinetools/__init__.py +++ b/cwl_commandlinetools/__init__.py @@ -4,4 +4,4 @@ __author__ = """msk-access""" __email__ = 'msk.access@gmail.com' -__version__ = '1.0.0' +__version__ = '1.1.1' diff --git a/setup.cfg b/setup.cfg index fd44fded..b734aaf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.1.1 commit = True tag = True diff --git a/setup.py b/setup.py index 79f00425..b10c17b2 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/msk-access/cwl-commandlinetools', - version='1.0.0', + version='1.1.1', zip_safe=False, )