We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e5679 commit 5a064dbCopy full SHA for 5a064db
python/statsforecast/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.7.7.99"
+__version__ = "1.7.7.1"
2
__all__ = ["StatsForecast"]
3
from .core import StatsForecast
4
from .distributed import fugue # noqa
settings.ini
@@ -8,7 +8,7 @@ author = Nixtla
8
author_email = business@nixtla.io
9
copyright = Nixtla Inc.
10
branch = main
11
-version = 1.7.7.99
+version = 1.7.7.1
12
min_python = 3.8
13
audience = Developers
14
language = English
0 commit comments