From 66acdcb4de2c27147855d005b20c77cc2f64998d Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Mon, 10 May 2021 14:02:48 -0700 Subject: [PATCH] Bump to 0.1.30 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7472264..4edfe9c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="le-utils", packages=find_packages(), - version="0.1.29", + version="0.1.30", description="LE-Utils contains shared constants used in Kolibri, Ricecooker, and Kolibri Studio.", long_description=long_description, long_description_content_type="text/markdown",