Skip to content

Commit 8154612

Browse files
chore(tinytorch): bump version to tinytorch-v0.1.7
1 parent 637eea3 commit 8154612

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)