From b0b93290642a7ea638f223dfe3fa58a8acba96b9 Mon Sep 17 00:00:00 2001 From: Rajat Sen Date: Sun, 6 Jul 2025 15:06:23 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09a0a18..7a5c74b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ packages = [ { include = "finetuning", from = "src" }, ] description = "Open weights time-series foundation model from Google Research." -version = "1.2.9" +version = "1.3.0" authors = [ "Rajat Sen ", "Yichen Zhou ", @@ -71,4 +71,4 @@ pytest = ">=8.3.2" [build-system] requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"