From 2cf49a2ad2368d71b9f2b1315546d8f5d31700fc Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Wed, 9 Mar 2022 17:40:57 -0800 Subject: [PATCH] Bump version to tickle PyPI. Tickle PyPI to make JOY_BOOL_LITERALS available to Xerblin. Make JOY_BOOL_LITERALS available to Xerblin so ReadTheDocs can build the Xerblin docs. --- implementations/Python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/Python/setup.py b/implementations/Python/setup.py index f6c0938..f843ee0 100755 --- a/implementations/Python/setup.py +++ b/implementations/Python/setup.py @@ -24,7 +24,7 @@ from textwrap import dedent setup( name='Thun', - version='0.5.0', + version='0.5.1', description='Python Implementation of Joy', long_description=dedent('''\ Joy is a programming language created by Manfred von Thun that is easy to