We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3387207 commit 0db5ba5Copy full SHA for 0db5ba5
neuralforecast/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "3.0.0"
+__version__ = "3.0.1"
2
__all__ = ['NeuralForecast']
3
from .core import NeuralForecast
4
from .common._base_model import DistributedConfig # noqa: F401
settings.ini
@@ -8,7 +8,7 @@ author = Nixtla
8
author_email = business@nixtla.io
9
copyright = Nixtla Inc.
10
branch = main
11
-version = 3.0.0
+version = 3.0.1
12
min_python = 3.9
13
audience = Developers
14
language = English
0 commit comments