From 19aa8f3e943d416b58ad2980d8d46da837bef310 Mon Sep 17 00:00:00 2001 From: Austin Cory Bart Date: Thu, 15 Aug 2024 13:22:31 -0400 Subject: [PATCH] Update version --- change_log.txt | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/change_log.txt b/change_log.txt index 48134ad..af4475c 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,3 +1,8 @@ +Version 2.6.3 (8/15/2024) +------------------------- +* Fixed bug with `SandboxResult` not handling integer/float operations correctly in some cases +* Changed Wheat Chaff game language to use "imposter" and "genuine" terminology + Version 2.6.2 (5/1/2024) ------------------------ * Changed spacing in the terminal environment diff --git a/setup.py b/setup.py index 3809402..6140e3c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name='pedal', - version='2.6.2', + version='2.6.3', python_requires='>=3.7', author='acbart,lukesg08', author_email='acbart@udel.edu',