diff --git a/openedx_lti_tool_plugin/__init__.py b/openedx_lti_tool_plugin/__init__.py index c681902..da9f6b0 100644 --- a/openedx_lti_tool_plugin/__init__.py +++ b/openedx_lti_tool_plugin/__init__.py @@ -1,3 +1,3 @@ """Support for LTI tool launches and services.""" -__version__ = '0.1.3' +__version__ = '0.1.4' diff --git a/setup.cfg b/setup.cfg index 0885b7a..06e04ed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = True tag = True