Skip to content

Commit

Permalink
Bump version: 0.8.0 → 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meliache committed Nov 14, 2022
1 parent 6f4dc23 commit 33e74b8
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.8.0
current_version = 0.8.1
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
Expand Up @@ -4,7 +4,7 @@

# version must be defined after importing the luigi namespace,
# otherwise the b2luigi.__version__ gets overwritten by the one from luigi
__version__ = "0.8.0"
__version__ = "0.8.1"

from b2luigi.core.parameter import wrap_parameter, BoolParameter
from typing import Optional, Union, Collection
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.8.0'
release = '0.8.1'


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

0 comments on commit 33e74b8

Please sign in to comment.