From 4218d69abc0b362c8de746e7a42baaed67945291 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Wed, 9 Mar 2022 12:45:10 -0800 Subject: [PATCH] Bump version to 0.5.0 --- 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 dcbb273..22e6260 100755 --- a/implementations/Python/setup.py +++ b/implementations/Python/setup.py @@ -24,7 +24,7 @@ from textwrap import dedent setup( name='Thun', - version='0.4.1', + version='0.5.0', description='Python Implementation of Joy', long_description=dedent('''\ Joy is a programming language created by Manfred von Thun that is easy to -- 2.11.0