diff --git a/python/statsforecast/__init__.py b/python/statsforecast/__init__.py index c732ed84..de9d5cdb 100644 --- a/python/statsforecast/__init__.py +++ b/python/statsforecast/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.0.99" +__version__ = "2.0.1" __all__ = ["StatsForecast"] from .core import StatsForecast from .distributed import fugue # noqa diff --git a/settings.ini b/settings.ini index 35337820..049b7eb5 100644 --- a/settings.ini +++ b/settings.ini @@ -8,7 +8,7 @@ author = Nixtla author_email = business@nixtla.io copyright = Nixtla Inc. branch = main -version = 2.0.0.99 +version = 2.0.1 min_python = 3.9 audience = Developers language = English @@ -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