Skip to content

Commit 7a8427d

Browse files
authored
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.
1 parent 5e3a6a1 commit 7a8427d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ dev = [
5757
[project.urls]
5858
Homepage = "https://github.com/amazon-science/chronos-forecasting"
5959
Issues = "https://github.com/amazon-science/chronos-forecasting/issues"
60-
Paper = "https://arxiv.org/abs/2403.07815"
60+
Chronos-Paper = "https://arxiv.org/abs/2403.07815"
61+
Chronos-2-Paper = "https://arxiv.org/abs/2510.15821"
6162

6263
[tool.mypy]
6364
ignore_missing_imports = true

src/chronos/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0rc1"
1+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)