Skip to content

Commit 0db5ba5

Browse files
authored
FEAT: Release v3.0.1 (#1327)
1 parent 3387207 commit 0db5ba5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

neuralforecast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.0"
1+
__version__ = "3.0.1"
22
__all__ = ['NeuralForecast']
33
from .core import NeuralForecast
44
from .common._base_model import DistributedConfig # noqa: F401

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author = Nixtla
88
author_email = business@nixtla.io
99
copyright = Nixtla Inc.
1010
branch = main
11-
version = 3.0.0
11+
version = 3.0.1
1212
min_python = 3.9
1313
audience = Developers
1414
language = English

0 commit comments

Comments
 (0)