Skip to content

Commit 98d6e78

Browse files
authored
RELEASE: v3.1.0 (#1387)
1 parent 7b90eb1 commit 98d6e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.3.dev0"
1+
__version__ = "3.1.0"
22
__all__ = ['NeuralForecast']
33
from .common._base_model import DistributedConfig # noqa: F401
44
from .core import NeuralForecast

0 commit comments

Comments
 (0)