From 1c8f89bec5a0bb975debddc2b190563ff6e3a961 Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Wed, 21 Apr 2021 08:20:32 -0700 Subject: [PATCH] Update version to alpha --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b9beeb0..ff19178 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="le-utils", packages=find_packages(), - version="0.1.27", + version="0.1.28a1", description="LE-Utils contains shared constants used in Kolibri, Ricecooker, and Kolibri Studio.", long_description=long_description, long_description_content_type="text/markdown",