Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
Release PR for 1.1.1

* hotfix for package name change - fixes #1664 
* version number bump
* changelog
  • Loading branch information
fkiraly authored Sep 9, 2024
1 parent ff1a7bd commit b497a6b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## v1.1.1

Hotfix for accidental package name change in `pyproject.toml`.

The package name is now corrected to `pytorch-forecasting`.


## v1.1.0

Maintenance update widening compatibility ranges and consolidating dependencies:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ isort = 1
black = 1

[project]
name = "pytorch_forecasting"
name = "pytorch-forecasting"
readme = "README.md" # Markdown files are supported
version = "1.1.0" # is being replaced automatically
version = "1.1.1" # is being replaced automatically

authors = [
{name = "Jan Beitner"},
Expand Down
2 changes: 1 addition & 1 deletion pytorch_forecasting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@
"unpack_sequence",
]

__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit b497a6b

Please sign in to comment.