From 02167a208d2d1f59c3b205d00b132e00de05b469 Mon Sep 17 00:00:00 2001 From: FedericoGarza Date: Sat, 9 Dec 2023 03:59:40 +0000 Subject: [PATCH] v0.1.19 --- 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 9bd878e2..0b844522 100644 --- a/nixtlats/__init__.py +++ b/nixtlats/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.18" +__version__ = "0.1.19" __all__ = ["TimeGPT"] from .timegpt import TimeGPT diff --git a/settings.ini b/settings.ini index 03139dd8..0eb3134a 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.18 +version = 0.1.19 min_python = 3.8 audience = Developers language = English diff --git a/setup.py b/setup.py index 6291bed7..d1ded780 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="nixtlats", - version="0.1.18", + version="0.1.19", description="TimeGPT SDK", long_description=long_description, long_description_content_type="text/markdown",