chore(tinytorch): bump version to 0.1.6 for release

This commit is contained in:
Vijay Janapa Reddi
2026-01-27 13:00:10 -05:00
parent ded0988d1b
commit cb1062355e
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.5] - 2026-01-27
## [0.1.6] - 2026-01-27
### Added
- Windows/Git Bash support for installer script (thanks @rnjema, @joeswagson, @Kobra299!)

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name="tinytorch"
version = "0.1.5"
version = "0.1.6"
description = "Build ML Systems from Scratch - Educational Deep Learning Framework"
readme = "README.md"
requires-python=">=3.8"