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