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.11 "
7+ version = " 0.1.12 "
88description = " Build ML Systems from Scratch - Educational Deep Learning Framework"
99readme = " README.md"
1010requires-python =" >=3.10"
Original file line number Diff line number Diff line change 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 ) ;
Original file line number Diff line number Diff line change 55# ## Python library ###
66repo = TinyTorch
77lib_name = tinytorch
8- version = 0.1.11
8+ version = 0.1.12
99min_python = 3.10
1010license = MIT
1111black_formatting = False
You can’t perform that action at this time.
0 commit comments