From e032083689408c69857c889b44848ee4b9cb9f04 Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Thu, 28 Oct 2021 15:50:51 -0700 Subject: [PATCH] Bump version to 0.1.34 --- 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 606113f..f3a5d82 100644 --- a/js/package.json +++ b/js/package.json @@ -27,5 +27,5 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "version": "0.1.33" + "version": "0.1.34" } \ No newline at end of file diff --git a/setup.py b/setup.py index 5652f18..fe4eca2 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="le-utils", packages=find_packages(), - version="0.1.33", + version="0.1.34", description="LE-Utils contains shared constants used in Kolibri, Ricecooker, and Kolibri Studio.", long_description=long_description, long_description_content_type="text/markdown",