update to 0.0.3 0.0.3
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 16 May 2021 16:06:53 +0000 (17:06 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 16 May 2021 16:06:53 +0000 (17:06 +0100)
NEWS.txt
setup.py

index 55f5830d1930607b3d1966e19ec71eb991066a0f..4a1548e6a9ea723edd15c6c033bcaa95da5d9917 100644 (file)
--- 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.
index c4b2719ce2c4778f7c305d900ef1137f247879fe..501885572411cbcf81b17a484f2c99a8da3c955e 100644 (file)
--- 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