Skip to content

Commit

Permalink
chore: v0.5.2 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza authored Jul 5, 2024
1 parent 2c9ca61 commit 5cf7093
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nixtla/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.5.1"
__version__ = "0.5.2"

from .nixtla_client import NixtlaClient, TimeGPT
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author = Nixtla
author_email = [email protected]
copyright = Nixtla Inc.
branch = main
version = 0.5.1
version = 0.5.2
min_python = 3.8
audience = Developers
language = English
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setuptools.setup(
name="nixtla",
version="0.5.1",
version="0.5.2",
description="Python SDK for Nixtla API (TimeGPT)",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5cf7093

Please sign in to comment.