From 2e0149f4ac18dd4542a6c786b2d52e44adf518db Mon Sep 17 00:00:00 2001 From: Zia Fazal Date: Tue, 1 Oct 2024 11:20:30 +0500 Subject: [PATCH] chore: version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c44936..7e37efb 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def package_data(pkg, roots): setup( name='h5p-xblock', - version='0.2.13', + version='0.2.14', description='XBlock to play self hosted h5p content inside open edX', long_description=long_description, long_description_content_type='text/markdown',