From 6ab53f1d7171d87739db7dae1274fa7bf2c79782 Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Thu, 16 Dec 2021 09:07:00 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openedx_filters/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openedx_filters/__init__.py b/openedx_filters/__init__.py index 3d68161..c8d7671 100644 --- a/openedx_filters/__init__.py +++ b/openedx_filters/__init__.py @@ -3,4 +3,4 @@ """ from openedx_filters.filters import * -__version__ = "0.4.0" +__version__ = "0.4.1" diff --git a/setup.cfg b/setup.cfg index 3f3fb31..be857bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 commit = True tag = True