From 8a57363a0490ca1bb27ebbfd6694802a9a3654d5 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 3 Sep 2025 16:07:55 -0400 Subject: [PATCH] feat: Bump version to 4.3.0 We didn't bump the version when https://github.com/openedx/edx-search/pull/205 landed. This change bumps the version so we can release the new version of the library. --- edxsearch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edxsearch/__init__.py b/edxsearch/__init__.py index ba1ff651..4672b017 100644 --- a/edxsearch/__init__.py +++ b/edxsearch/__init__.py @@ -1,3 +1,3 @@ """ Container module for testing / demoing search """ -__version__ = '4.2.0' +__version__ = '4.3.0'