From 463371e2529947021e9871c7c7edb537a9703906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Mon, 2 Dec 2024 16:24:39 -0600 Subject: [PATCH] v0.6.4 --- nixtla/__init__.py | 2 +- settings.ini | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nixtla/__init__.py b/nixtla/__init__.py index d849683a..64c539a0 100644 --- a/nixtla/__init__.py +++ b/nixtla/__init__.py @@ -1,4 +1,4 @@ __all__ = ["NixtlaClient"] -__version__ = "0.6.3" +__version__ = "0.6.4" from .nixtla_client import NixtlaClient diff --git a/settings.ini b/settings.ini index 1db249a3..fe61fc2a 100644 --- a/settings.ini +++ b/settings.ini @@ -8,8 +8,8 @@ author = Nixtla author_email = business@nixtla.io copyright = Nixtla Inc. branch = main -version = 0.6.3 -min_python = 3.8 +version = 0.6.4 +min_python = 3.9 audience = Developers language = English custom_sidebar = True diff --git a/setup.py b/setup.py index 8238e83f..adf0cdd6 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setuptools.setup( name="nixtla", - version="0.6.3", + version="0.6.4", description="Python SDK for Nixtla API (TimeGPT)", long_description=long_description, long_description_content_type="text/markdown",