Skip to content

Commit 37717f4

Browse files
committed
v1.7.0
1 parent 0577c57 commit 37717f4

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,3 +1,3 @@
1-
__version__ = "1.6.4"
1+
__version__ = "1.7.0"
22
__all__ = ['NeuralForecast']
33
from .core import NeuralForecast

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 = [email protected]
99
copyright = Nixtla Inc.
1010
branch = main
11-
version = 1.6.4
11+
version = 1.7.0
1212
min_python = 3.8
1313
audience = Developers
1414
language = English

0 commit comments

Comments
 (0)