diff --git a/openedx_events/__init__.py b/openedx_events/__init__.py index 8f476f94..53b5b84b 100644 --- a/openedx_events/__init__.py +++ b/openedx_events/__init__.py @@ -5,4 +5,4 @@ more information about the project. """ -__version__ = "0.3.0" +__version__ = "0.4.0" diff --git a/setup.cfg b/setup.cfg index f87ff66c..9f19fccc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.4.0 commit = True tag = True