1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
4cd4838b63 🤖 Bumped version to 0.3.16
Some checks failed
Package Python / Package (push) Successful in 30s
Run Python tests (through Pytest) / Test (push) Failing after 31s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 21s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-28 21:05:18 +01:00
cc0d2f3f8c 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-28 21:03:50 +01:00
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,9 @@
# Infernal Interpreter & Devious Stack Painter.
# Infernal Interpreter & Devious Stack Painter
![Test program/library](https://gitfub.space/Jmaa/infernal-interpreter/actions/workflows/python-test.yml/badge.svg)
Simple interpreter and stack tracer for the AMD x86-64 ABI.
@ -21,7 +23,6 @@ Compiling the LaTeX requires both a LaTeX compiler, and packages
Please ignore the `/tests` folder. It is very old, and unsupported,
but kept for archival purposes.
## Dependencies
All requirements can be installed easily using:

View File

@ -1 +1 @@
__version__ = '0.3.15'
__version__ = '0.3.16'