Skip to content

Commit

Permalink
chore: v2.0.1 (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez authored Feb 18, 2025
1 parent e41f11a commit 357f451
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion python/statsforecast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.0.99"
__version__ = "2.0.1"
__all__ = ["StatsForecast"]
from .core import StatsForecast
from .distributed import fugue # noqa
15 changes: 10 additions & 5 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author = Nixtla
author_email = [email protected]
copyright = Nixtla Inc.
branch = main
version = 2.0.0.99
version = 2.0.1
min_python = 3.9
audience = Developers
language = English
Expand All @@ -25,12 +25,17 @@ dev_requirements = black datasetsforecast fire nbdev==2.3.25 nbformat nbdev_plot
nbs_path = nbs
doc_path = _docs
recursive = True
doc_host = https://%(user)s.github.io
doc_baseurl = /%(lib_name)s/
git_url = https://github.com/%(user)s/statsforecast/
doc_host = https://Nixtla.github.io
doc_baseurl = /statsforecast/
git_url = https://github.com/Nixtla/statsforecast/
lib_path = python/statsforecast
title = %(lib_name)s
title = statsforecast
black_formatting = True
jupyter_hooks = True
clean_ids = True
readme_nb = index.ipynb
tst_flags = notest
allowed_metadata_keys =
allowed_cell_metadata_keys =
clear_all = False
put_version_in_init = True

0 comments on commit 357f451

Please sign in to comment.