We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0577c57 commit 37717f4Copy full SHA for 37717f4
neuralforecast/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "1.6.4"
+__version__ = "1.7.0"
2
__all__ = ['NeuralForecast']
3
from .core import NeuralForecast
settings.ini
@@ -8,7 +8,7 @@ author = Nixtla
8
author_email = [email protected]
9
copyright = Nixtla Inc.
10
branch = main
11
-version = 1.6.4
+version = 1.7.0
12
min_python = 3.8
13
audience = Developers
14
language = English
0 commit comments