From 05c618379e42ab2e1dff1f0dbbfe22d7047b1559 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 22 Nov 2024 18:12:20 -0500 Subject: [PATCH] build: Bump the version. --- edx_proctoring/__init__.py | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/edx_proctoring/__init__.py b/edx_proctoring/__init__.py index 8078aa3666..2a16027d96 100644 --- a/edx_proctoring/__init__.py +++ b/edx_proctoring/__init__.py @@ -3,4 +3,4 @@ """ # Be sure to update the version number in edx_proctoring/package.json -__version__ = '5.0.0' +__version__ = '5.0.1' diff --git a/package.json b/package.json index e64c27cbb8..75230d4f71 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@edx/edx-proctoring", "//": "Note that the version format is slightly different than that of the Python version when using prereleases.", - "version": "5.0.0", + "version": "5.0.1", "main": "edx_proctoring/static/index.js", "scripts": { "test": "gulp test"