diff --git a/setup.cfg b/setup.cfg index b11fb1db..d395d24f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.3 +current_version = 4.0.4 commit = true tag = true tag_name = {new_version} diff --git a/wagtailstreamforms/__init__.py b/wagtailstreamforms/__init__.py index c7a18d13..4b56dfc5 100644 --- a/wagtailstreamforms/__init__.py +++ b/wagtailstreamforms/__init__.py @@ -1 +1 @@ -__version__ = "4.0.3" +__version__ = "4.0.4"