change versioning to pyproject.toml, README changes for poetry

This commit is contained in:
Justin Guese
2024-05-24 15:04:15 +02:00
parent 7881de2235
commit f82e9343e4
3 changed files with 32 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name = "timesfm"
packages = [
{ include = "*", from = "src" },
]
version = "0.0.2"
version = "0.0.1"
description = "Open weights time-series foundation model from Google Research."
authors = [
"Rajat Sen <senrajat@google.com>",