diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 97c083f..d29038e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.3 +current_version = 1.1.4 commit = True tag = True diff --git a/faust_bootstrap/__init__.py b/faust_bootstrap/__init__.py index 5b629e6..c0c556c 100644 --- a/faust_bootstrap/__init__.py +++ b/faust_bootstrap/__init__.py @@ -1,4 +1,4 @@ """Faust bootstrap app""" -__version__ = "1.1.3" \ No newline at end of file +__version__ = "1.1.4" \ No newline at end of file