We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d9864 commit 69e4314Copy full SHA for 69e4314
neuralforecast/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "3.1.3"
+__version__ = "3.1.4"
2
__all__ = ['NeuralForecast']
3
from .common._base_model import DistributedConfig # noqa: F401
4
from .core import NeuralForecast
0 commit comments