File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name =" tinytorch"
7- version = " 0.1.6 "
7+ version = " 0.1.7 "
88description = " Build ML Systems from Scratch - Educational Deep Learning Framework"
99readme = " README.md"
1010requires-python =" >=3.8"
Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff line change 88document . 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' ) ;
You canβt perform that action at this time.
0 commit comments