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.
- {oaknut_basic-10.0.2 → oaknut_basic-10.0.4}/PKG-INFO +1 -1
- {oaknut_basic-10.0.2 → oaknut_basic-10.0.4}/src/oaknut/basic/__init__.py +1 -1
- {oaknut_basic-10.0.2 → oaknut_basic-10.0.4}/src/oaknut_basic.egg-info/PKG-INFO +1 -1
- {oaknut_basic-10.0.2 → oaknut_basic-10.0.4}/LICENSE +0 -0
- {oaknut_basic-10.0.2 → oaknut_basic-10.0.4}/README.md +0 -0
- {oaknut_basic-10.0.2 → oaknut_basic-10.0.4}/pyproject.toml +0 -0
- {oaknut_basic-10.0.2 → oaknut_basic-10.0.4}/setup.cfg +0 -0
- {oaknut_basic-10.0.2 → oaknut_basic-10.0.4}/src/oaknut_basic.egg-info/SOURCES.txt +0 -0
- {oaknut_basic-10.0.2 → oaknut_basic-10.0.4}/src/oaknut_basic.egg-info/dependency_links.txt +0 -0
- {oaknut_basic-10.0.2 → oaknut_basic-10.0.4}/src/oaknut_basic.egg-info/top_level.txt +0 -0
- {oaknut_basic-10.0.2 → oaknut_basic-10.0.4}/tests/test_basic.py +0 -0
|
@@ -21,7 +21,7 @@ dependencies on any other oaknut package.
|
|
|
21
21
|
|
|
22
22
|
from __future__ import annotations
|
|
23
23
|
|
|
24
|
-
__version__ = "10.0.
|
|
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.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|