Skip to content

Commit 01fc7df

Browse files
πŸ”₯ TinyTorch tinytorch-v0.1.7: Content updates and improvements
2 parents 535969e + 8154612 commit 01fc7df

3 files changed

Lines changed: 5 additions & 5 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.6"
7+
version = "0.1.7"
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.6",
3+
"dismissId": "v0.1.7",
44
"items": [
55
{
66
"icon": "πŸŽ‰",
7-
"text": "v0.1.6 released β€” Windows/Git Bash Support",
8-
"link": "https://github.com/harvard-edge/cs249r_book/releases/tag/tinytorch-v0.1.6",
7+
"text": "v0.1.7 released β€” Content updates and improvements",
8+
"link": "https://github.com/harvard-edge/cs249r_book/releases/tag/tinytorch-v0.1.7",
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.6';
11+
const version = versionMeta ? versionMeta.content : '0.1.7';
1212

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

0 commit comments

Comments
Β (0)