diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a9efa107..fa65dc0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec8f57e..4e948569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/w7-mgfcode/ForecastLabAI/compare/v0.1.1...v0.1.2) (2026-01-26) + + +### Bug Fixes + +* **ci:** use uv build instead of python -m build ([#9](https://github.com/w7-mgfcode/ForecastLabAI/issues/9)) ([c2b22d3](https://github.com/w7-mgfcode/ForecastLabAI/commit/c2b22d3c760df5bbeae6bb745a25801fb8a20f4c)) + ## [0.1.1](https://github.com/w7-mgfcode/ForecastLabAI/compare/v0.1.0...v0.1.1) (2026-01-26) diff --git a/pyproject.toml b/pyproject.toml index aaab9eed..6a64fc55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "forecastlabai" -version = "0.1.1" +version = "0.1.2" description = "Portfolio-grade end-to-end retail demand forecasting system" readme = "README.md" requires-python = ">=3.12"