oaknut-basic 10.0.2__tar.gz → 10.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oaknut-basic
3
- Version: 10.0.2
3
+ Version: 10.0.4
4
4
  Summary: BBC BASIC tokeniser and detokeniser for Acorn 8-bit and 32-bit BASIC source files
5
5
  Author-email: Robert Smallshire <robert@smallshire.org.uk>
6
6
  License-Expression: MIT
@@ -21,7 +21,7 @@ dependencies on any other oaknut package.
21
21
 
22
22
  from __future__ import annotations
23
23
 
24
- __version__ = "10.0.2"
24
+ __version__ = "10.0.4"
25
25
 
26
26
  # Canonical load addresses for BBC BASIC programs on each host.
27
27
  # Programs saved by *SAVE on a real machine use these by default.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oaknut-basic
3
- Version: 10.0.2
3
+ Version: 10.0.4
4
4
  Summary: BBC BASIC tokeniser and detokeniser for Acorn 8-bit and 32-bit BASIC source files
5
5
  Author-email: Robert Smallshire <robert@smallshire.org.uk>
6
6
  License-Expression: MIT
File without changes
File without changes
File without changes