From 316cc4c005f5e996ffb1d1ad46c541f8ce8eba76 Mon Sep 17 00:00:00 2001 From: yibeihu Date: Thu, 10 Apr 2025 14:40:24 -0700 Subject: [PATCH] update version --- nixtla/__init__.py | 2 +- settings.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixtla/__init__.py b/nixtla/__init__.py index 02425a04f..d8228687d 100644 --- a/nixtla/__init__.py +++ b/nixtla/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.6.6" +__version__ = "0.6.7.dev1" __all__ = ["NixtlaClient"] from .nixtla_client import NixtlaClient diff --git a/settings.ini b/settings.ini index 3276a867c..511afd3cd 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.6 +version = 0.6.7.dev1 min_python = 3.9 audience = Developers language = English