From 2ec349bd396f1522377cdccfdf71b68b534c8329 Mon Sep 17 00:00:00 2001 From: FedericoGarza Date: Wed, 16 Aug 2023 16:07:14 -0600 Subject: [PATCH] v0.1.8 --- 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 c74f901f..3796a6cc 100644 --- a/nixtlats/__init__.py +++ b/nixtlats/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.7" +__version__ = "0.1.8" __all__ = ["TimeGPT"] from .timegpt import TimeGPT diff --git a/settings.ini b/settings.ini index 38e9fc8c..ac884eb4 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.7 +version = 0.1.8 min_python = 3.8 audience = Developers language = English diff --git a/setup.py b/setup.py index e8e842a3..b48751df 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="nixtlats", - version="0.1.7", + version="0.1.8", description="Nixtla SDK", long_description=long_description, long_description_content_type="text/markdown",