Skip to content

Commit ef998d3

Browse files
chore(tinytorch): bump version to tinytorch-v0.1.2
1 parent 146bdd0 commit ef998d3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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.3"
7+
version = "0.1.2"
88
description = "Build ML Systems from Scratch - Educational Deep Learning Framework"
99
readme = "README.md"
1010
requires-python=">=3.8"

tinytorch/site/_static/announcement.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"enabled": true,
3-
"dismissId": "v0.1.3",
3+
"dismissId": "v0.1.2",
44
"items": [
55
{
66
"icon": "🎉",
7-
"text": "v0.1.3 released — Fix announcement bar path for subdirectory hosting",
8-
"link": "https://github.com/harvard-edge/cs249r_book/releases/tag/tinytorch-v0.1.3",
7+
"text": "v0.1.2 released — Bugfix release: workflow ordering, main branch install, announcement bar",
8+
"link": "https://github.com/harvard-edge/cs249r_book/releases/tag/tinytorch-v0.1.2",
99
"linkText": "See →"
1010
}
1111
]

tinytorch/site/_static/version-badge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
document.addEventListener('DOMContentLoaded', function() {
99
// Try to get version from meta tag first (set during build)
1010
const versionMeta = document.querySelector('meta[name="tinytorch-version"]');
11-
const version = versionMeta ? versionMeta.content : '0.1.3';
11+
const version = versionMeta ? versionMeta.content : '0.1.2';
1212

1313
// Find the footer
1414
const footer = document.querySelector('.footer');

tinytorch/site/extra/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ REPO_SHORT="harvard-edge/cs249r_book"
6767
BRANCH="main"
6868
INSTALL_DIR="tinytorch"
6969
SPARSE_PATH="tinytorch"
70-
TINYTORCH_VERSION="0.1.3"
70+
TINYTORCH_VERSION="0.1.2"
7171

7272
# ============================================================================
7373
# ANSI Color Codes (for terminal output)

tinytorch/tinytorch/__init__.py

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)