Skip to content

Commit 8629a47

Browse files
chore(tinytorch): bump version to tinytorch-v0.1.12
1 parent 29394a6 commit 8629a47

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tinytorch/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name="tinytorch"
7-
version = "0.1.11"
7+
version = "0.1.12"
88
description = "Build ML Systems from Scratch - Educational Deep Learning Framework"
99
readme = "README.md"
1010
requires-python=">=3.10"

tinytorch/quarto/assets/scripts/sidebar-subtitle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
chip.href = 'https://github.com/harvard-edge/cs249r_book/releases?q=tinytorch';
2626
chip.target = '_blank';
2727
chip.rel = 'noopener';
28-
chip.innerHTML = '🔥 TinyTorch v0.1.11 →'; // TINYTORCH_VERSION_CHIP
28+
chip.innerHTML = '🔥 TinyTorch v0.1.12 →'; // TINYTORCH_VERSION_CHIP
2929

3030
chipWrap.appendChild(chip);
3131
subtitle.parentNode.insertBefore(chipWrap, subtitle.nextSibling);

tinytorch/settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Python library ###
66
repo = TinyTorch
77
lib_name = tinytorch
8-
version = 0.1.11
8+
version = 0.1.12
99
min_python = 3.10
1010
license = MIT
1111
black_formatting = False

0 commit comments

Comments
 (0)