diff --git a/openedx_filters/__init__.py b/openedx_filters/__init__.py index f4044dc..ab51202 100644 --- a/openedx_filters/__init__.py +++ b/openedx_filters/__init__.py @@ -2,4 +2,4 @@ Filters of the Open edX platform. """ -__version__ = "0.1.0" +__version__ = "0.2.0" diff --git a/setup.cfg b/setup.cfg index c6ce079..6b2a296 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,14 +1,14 @@ +[bumpversion] +current_version = 0.2.0 +commit = True +tag = True + [isort] include_trailing_comma = True indent = ' ' line_length = 120 multi_line_output = 3 -[bumpversion] -current_version = 0.1.0 -commit = True -tag = True - [bumpversion:file:openedx_filters/__init__.py] [wheel]