Skip to content

Commit

Permalink
v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Dec 2, 2024
1 parent 14e2d88 commit 463371e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nixtla/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__all__ = ["NixtlaClient"]
__version__ = "0.6.3"
__version__ = "0.6.4"

from .nixtla_client import NixtlaClient
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ author = Nixtla
author_email = [email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 463371e

Please sign in to comment.