Skip to content

Commit 0b9fad9

Browse files
committed
v1.7.3
1 parent 29b8e72 commit 0b9fad9

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

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.7.2
11+
version = 1.7.3
1212
min_python = 3.8
1313
audience = Developers
1414
language = English

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
statuses = [ '1 - Planning', '2 - Pre-Alpha', '3 - Alpha',
2424
'4 - Beta', '5 - Production/Stable', '6 - Mature', '7 - Inactive' ]
25-
py_versions = '3.6 3.7 3.8 3.9 3.10'.split()
25+
py_versions = '3.8 3.9 3.10 3.11'.split()
2626

2727
requirements = cfg.get('requirements','').split()
2828
aws_requirements = cfg['aws_requirements'].split()

0 commit comments

Comments
 (0)