diff --git a/openedx_events/__init__.py b/openedx_events/__init__.py index 01caee0d..bc4cf764 100644 --- a/openedx_events/__init__.py +++ b/openedx_events/__init__.py @@ -5,4 +5,4 @@ more information about the project. """ -__version__ = "0.5.0" +__version__ = "0.5.1" diff --git a/setup.cfg b/setup.cfg index a24ec45c..b20811df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.5.1 commit = True tag = True