From 06cebcc261ad7d07bc713a8eaa5a46db0cc1bdfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Wed, 24 Apr 2024 20:00:12 -0600 Subject: [PATCH] v0.4.0 (#309) --- 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 da2a85c9..19893260 100644 --- a/nixtla/__init__.py +++ b/nixtla/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.3.0" +__version__ = "0.4.0" from .nixtla_client import NixtlaClient, TimeGPT diff --git a/settings.ini b/settings.ini index dbc9518a..cfc01762 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.3.0 +version = 0.4.0 min_python = 3.8 audience = Developers language = English diff --git a/setup.py b/setup.py index 3ea0b5f4..dc9f574e 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setuptools.setup( name="nixtla", - version="0.3.0", + version="0.4.0", description="Python SDK for Nixtla API (TimeGPT)", long_description=long_description, long_description_content_type="text/markdown",