Skip to content

Commit

Permalink
chore: v0.6.0 (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez authored Sep 3, 2024
1 parent 5bb9e05 commit a5dc5e3
Show file tree
Hide file tree
Showing 4 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.5.2"
__version__ = "0.6.0"

from .nixtla_client import NixtlaClient
2 changes: 1 addition & 1 deletion nixtla/nixtla_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ def plot(
ax=ax,
)

# %% ../nbs/src/nixtla_client.ipynb 52
# %% ../nbs/src/nixtla_client.ipynb 53
def _forecast_wrapper(
df: pd.DataFrame,
client: NixtlaClient,
Expand Down
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.2
version = 0.6.0
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 @@ -28,7 +28,7 @@

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

0 comments on commit a5dc5e3

Please sign in to comment.