diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ee08329..7832af4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = False diff --git a/.github/workflows/build_conda_recipes.yaml b/.github/workflows/build_conda_recipes.yaml index e05d10b..a6cca24 100644 --- a/.github/workflows/build_conda_recipes.yaml +++ b/.github/workflows/build_conda_recipes.yaml @@ -10,7 +10,7 @@ env: recipe_path: conda/recipe env_yml_path: conda/env/yml #env_lock_path: conda/env/lock - VERSION: '0.5.0' # versioned by bump2version + VERSION: '0.6.0' # versioned by bump2version jobs: create_tag: diff --git a/setup.py b/setup.py index 4504526..8bc2f14 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name='vcf2tsvpy', - version='0.5.0', # versioned by bump2version + version='0.6.0', # versioned by bump2version license='MIT', author='Sigve Nakken', author_email='sigven@ifi.uio.no', diff --git a/vcf2tsvpy/_version.py b/vcf2tsvpy/_version.py index 6570ba0..4521a7e 100644 --- a/vcf2tsvpy/_version.py +++ b/vcf2tsvpy/_version.py @@ -1,2 +1,2 @@ # versioned by bump2version -__version__ = '0.5.0' +__version__ = '0.6.0'