Skip to content

Commit

Permalink
v0.5.0 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza authored May 1, 2024
1 parent cd63921 commit 8f7a865
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,3 +1,3 @@
__version__ = "0.4.0"
__version__ = "0.5.0"

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.4.0
version = 0.5.0
min_python = 3.8
audience = Developers
language = English
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"pre-commit",
"python-dotenv",
"statsforecast",
"hierarchicalforecast"
"hierarchicalforecast",
]
distributed = ["dask[dataframe]", "fugue[ray]>=0.8.7", "pyspark", "ray[serve-grpc]"]
plotting = ["utilsforecast[plotting]>=0.1.7"]
date_extras = ["holidays"]

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

0 comments on commit 8f7a865

Please sign in to comment.