From c7d859439d351d5996b697cff9047c2c95649bc1 Mon Sep 17 00:00:00 2001 From: KristinAoki Date: Thu, 11 Apr 2024 17:01:19 -0400 Subject: [PATCH] feat: bump xblock version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a973f8b..54a1997 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools import find_packages, setup -version = '1.4.0' +version = '1.4.1' description = __doc__.strip().split('\n')[0] this_directory = path.abspath(path.dirname(__file__)) with open(path.join(this_directory, 'README.rst')) as file_in: