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:
Abdul Fatir 2025-10-20 15:23:23 +02:00 committed by GitHub
parent 5e3a6a1f13
commit 7a8427d18e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -1 +1 @@
__version__ = "2.0.0rc1"
__version__ = "2.0.0"