From 8c76b05031e28f3e4f9c6d6a6a64709391d66126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Mon, 30 Sep 2024 20:32:46 -0600 Subject: [PATCH] chore: release v0.6.1 (#483) --- nixtla/__init__.py | 2 +- settings.ini | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixtla/__init__.py b/nixtla/__init__.py index f50a28e9..5b814645 100644 --- a/nixtla/__init__.py +++ b/nixtla/__init__.py @@ -1,4 +1,4 @@ __all__ = ["NixtlaClient"] -__version__ = "0.6.0" +__version__ = "0.6.1" from .nixtla_client import NixtlaClient diff --git a/settings.ini b/settings.ini index 50810220..d66f2c42 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.6.0 +version = 0.6.1 min_python = 3.8 audience = Developers language = English diff --git a/setup.py b/setup.py index afff11bd..3e319200 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setuptools.setup( name="nixtla", - version="0.6.0", + version="0.6.1", description="Python SDK for Nixtla API (TimeGPT)", long_description=long_description, long_description_content_type="text/markdown",