From 72038efad1a31353914b28b8f0932eee6750052e Mon Sep 17 00:00:00 2001 From: FedericoGarza Date: Wed, 16 Aug 2023 18:27:01 -0600 Subject: [PATCH] v0.1.9 --- nixtlats/__init__.py | 2 +- settings.ini | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixtlats/__init__.py b/nixtlats/__init__.py index 3796a6cc..8c94abff 100644 --- a/nixtlats/__init__.py +++ b/nixtlats/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.8" +__version__ = "0.1.9" __all__ = ["TimeGPT"] from .timegpt import TimeGPT diff --git a/settings.ini b/settings.ini index ac884eb4..9d8ea9de 100644 --- a/settings.ini +++ b/settings.ini @@ -8,7 +8,7 @@ author = Nixtla author_email = business@nixtla.io copyright = Nixtla Inc. branch = main -version = 0.1.8 +version = 0.1.9 min_python = 3.8 audience = Developers language = English diff --git a/setup.py b/setup.py index d811997f..72de2046 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="nixtlats", - version="0.1.8", + version="0.1.9", description="Nixtla SDK", long_description=long_description, long_description_content_type="text/markdown",