From 55d6fafe778c0dab66b75ad02035ee59a8ae58dd Mon Sep 17 00:00:00 2001 From: Zia Fazal Date: Tue, 20 Aug 2024 19:25:46 +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 8898850f..6b1ef76b 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def package_data(pkg, roots): setup( name='h5p-xblock', - version='0.2.9', + version='0.2.10', description='XBlock to play self hosted h5p content inside open edX', long_description=long_description, long_description_content_type='text/markdown',