Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Jul 19, 2022
1 parent a43deaa commit 9df2718
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.6.0
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_conda_recipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion vcf2tsvpy/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# versioned by bump2version
__version__ = '0.5.0'
__version__ = '0.6.0'

0 comments on commit 9df2718

Please sign in to comment.