mirror of
https://github.com/amazon-science/chronos-forecasting
synced 2026-05-24 10:08:33 +00:00
Bump version to 2.0.0 (#323)
*Issue #, if available:* *Description of changes:* Bump to 2.0 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
This commit is contained in:
parent
5e3a6a1f13
commit
7a8427d18e
2 changed files with 3 additions and 2 deletions
|
|
@ -57,7 +57,8 @@ dev = [
|
|||
[project.urls]
|
||||
Homepage = "https://github.com/amazon-science/chronos-forecasting"
|
||||
Issues = "https://github.com/amazon-science/chronos-forecasting/issues"
|
||||
Paper = "https://arxiv.org/abs/2403.07815"
|
||||
Chronos-Paper = "https://arxiv.org/abs/2403.07815"
|
||||
Chronos-2-Paper = "https://arxiv.org/abs/2510.15821"
|
||||
|
||||
[tool.mypy]
|
||||
ignore_missing_imports = true
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "2.0.0rc1"
|
||||
__version__ = "2.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue