Skip to content

Commit 7300e7e

Browse files
committed
Bump version to 0.1.1
1 parent 30e8783 commit 7300e7e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Tiny8 documentation
1+
# Tiny8
22

33
![PyPI version](https://img.shields.io/pypi/v/tiny8)
44
![License](https://img.shields.io/github/license/sql-hkr/tiny8)
55
![Python versions](https://img.shields.io/pypi/pyversions/tiny8)
66
![CI](https://img.shields.io/github/actions/workflow/status/sql-hkr/tiny8/ci.yml?label=CI)
77

8-
![bubblesort](/docs/_static/examples/bubblesort.gif)
9-
108
Tiny8 is a lightweight toolkit that allows you to explore how computers work at their core through small-scale memory models, handcrafted assembly, and lightweight in-memory data structures.
119
Designed for rapid experimentation, Tiny8 embraces minimalism with zero unnecessary dependencies, a clean design, and intuitive visualization tools that make learning, debugging, and tinkering enjoyable.
1210

11+
![bubblesort](/docs/_static/examples/bubblesort.gif)
12+
1313
Why Tiny8?
1414

1515
- Lightweight: tiny install footprint and no heavy runtime dependencies.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tiny8"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Simulator for an 8-bit CPU with registers, memory, and a stack."
55
readme = "README.md"
66
authors = [

src/tiny8/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
__all__ = ["CPU", "assemble", "assemble_file", "Visualizer"]
1212

13-
__version__ = "0.1.0"
13+
__version__ = "0.1.1"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)