From 2b9f85b7570d8f119d691b72d31faa9615cfb087 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 7 Nov 2023 09:35:09 -0500 Subject: [PATCH] build: Do a version bump. Release the version where we don't pull codejail from github. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92931d9..1dd2716 100644 --- a/setup.py +++ b/setup.py @@ -124,7 +124,7 @@ def is_requirement(line): setup( name='xblock-sql-grader', - version='0.5.0', + version='0.5.1', description='SQL Grader XBlock', # TODO: write a better description. license='AGPLv3', long_description=README,