From ef49945afaacee20ed998e2813547c71cfb8e1f8 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 16 May 2021 17:06:53 +0100 Subject: [PATCH] update to 0.0.3 --- NEWS.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 55f5830d..4a1548e6 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,7 +1,7 @@ -Release Notes Version 0.0.2 16 May 2021 +Release Notes Version 0.0.3 16 May 2021 ------------- -Version 0.0.2 adds preliminary pseudo-code and support for some basic +Version 0.0.3 adds preliminary pseudo-code and support for some basic scalar IEEE754 FP operations. Additional Pseudo-code from the v3.0B Specification (specifically Section A.3 Book I p782) has been extracted and cleaned up to become executable through compilation into python. diff --git a/setup.py b/setup.py index c4b2719c..50188557 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ here = os.path.abspath(os.path.dirname(__file__)) README = open(os.path.join(here, 'README.md')).read() NEWS = open(os.path.join(here, 'NEWS.txt')).read() -version = '0.0.2' +version = '0.0.3' # using pip3 for ongoing development is a royal pain. seriously not # recommended. therefore a number of these dependencies have been -- 2.30.2