File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## v1.1.1
4+
5+ Hotfix for accidental package name change in ` pyproject.toml ` .
6+
7+ The package name is now corrected to ` pytorch-forecasting ` .
8+
9+
310## v1.1.0
411
512Maintenance update widening compatibility ranges and consolidating dependencies:
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ isort = 1
2727black = 1
2828
2929[project ]
30- name = " pytorch_forecasting "
30+ name = " pytorch-forecasting "
3131readme = " README.md" # Markdown files are supported
32- version = " 1.1.0 " # is being replaced automatically
32+ version = " 1.1.1 " # is being replaced automatically
3333
3434authors = [
3535 {name = " Jan Beitner" },
Original file line number Diff line number Diff line change 112112 "unpack_sequence" ,
113113]
114114
115- __version__ = "1.1.0 "
115+ __version__ = "1.1.1 "
You can’t perform that action at this time.
0 commit comments