Skip to content

Commit 15aa59b

Browse files
committed
Bump version to 0.2.0
1 parent 1427b31 commit 15aa59b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
project = "Tiny8"
1616
copyright = "2025, sql-hkr"
1717
author = "sql-hkr"
18-
release = "0.1.1"
19-
version = "0.1"
18+
release = "0.2.0"
19+
version = "0.2.0"
2020

2121
# -- General configuration ---------------------------------------------------
2222
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

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.1"
3+
version = "0.2.0"
44
description = "An educational 8-bit CPU simulator with interactive visualization and assembly programming tools"
55
readme = "README.md"
66
authors = [

src/tiny8/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
"ProgressBar",
2121
]
2222

23-
__version__ = "0.1.1"
23+
__version__ = "0.2.0"

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)