Skip to content

Commit b497a6b

Browse files
authored
Release 1.1.1
Release PR for 1.1.1 * hotfix for package name change - fixes #1664 * version number bump * changelog
1 parent ff1a7bd commit b497a6b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

512
Maintenance update widening compatibility ranges and consolidating dependencies:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ isort = 1
2727
black = 1
2828

2929
[project]
30-
name = "pytorch_forecasting"
30+
name = "pytorch-forecasting"
3131
readme = "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

3434
authors = [
3535
{name = "Jan Beitner"},

pytorch_forecasting/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@
112112
"unpack_sequence",
113113
]
114114

115-
__version__ = "1.1.0"
115+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)