From 415210bc55837eb70f2220e5891ceec8d45c1d35 Mon Sep 17 00:00:00 2001 From: Samson Akol Date: Tue, 30 Jan 2024 21:49:26 +0300 Subject: [PATCH] bump version --- js/package.json | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/package.json b/js/package.json index 6d2ddb9..a07f5cf 100644 --- a/js/package.json +++ b/js/package.json @@ -27,5 +27,5 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "version": "0.2.3" + "version": "0.2.4" } \ No newline at end of file diff --git a/setup.py b/setup.py index ecd0a94..7ec2e87 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="le-utils", packages=find_packages(), - version="0.2.3", + version="0.2.4", description="LE-Utils contains shared constants used in Kolibri, Ricecooker, and Kolibri Studio.", long_description=long_description, long_description_content_type="text/markdown",