Skip to content

Commit

Permalink
Bump version: 0.5.1 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meliache committed Mar 22, 2021
1 parent 969f271 commit 97ae0f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1
current_version = 0.6.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion b2luigi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Task scheduling and batch running for basf2 jobs made simple"""
__version__ = "0.5.1"
__version__ = "0.6.0"

from luigi import *
from luigi.util import inherits, copies
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.5.1'
release = '0.6.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 97ae0f8

Please sign in to comment.