Skip to content

Commit 8e16c02

Browse files
authored
chore: release v1.7.8 (#916)
1 parent b3e8409 commit 8e16c02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/statsforecast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.7.7.99"
1+
__version__ = "1.7.8"
22
__all__ = ["StatsForecast"]
33
from .core import StatsForecast
44
from .distributed import fugue # noqa

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 = business@nixtla.io
99
copyright = Nixtla Inc.
1010
branch = main
11-
version = 1.7.7.99
11+
version = 1.7.8
1212
min_python = 3.8
1313
audience = Developers
1414
language = English

0 commit comments

Comments
 (0)