From 048f7b3bcd76fc682926f30d0f0c8471e1d6f39e Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Fri, 3 Sep 2021 09:06:11 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openedx_filters/__init__.py | 2 +- setup.cfg | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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]