Skip to content

Commit

Permalink
fix(deps): bump utils (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez authored Nov 4, 2024
1 parent 3fdf125 commit aa1d4ab
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.2"
__version__ = "0.6.3"

from .nixtla_client import NixtlaClient
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.6.2
version = 0.6.3
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 @@ -28,7 +28,7 @@

setuptools.setup(
name="nixtla",
version="0.6.2",
version="0.6.3",
description="Python SDK for Nixtla API (TimeGPT)",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -47,7 +47,7 @@
"pandas",
"tenacity",
"tqdm",
"utilsforecast>=0.2.3",
"utilsforecast>=0.2.7",
],
extras_require={
"dev": dev + plotting + date_extras,
Expand Down

0 comments on commit aa1d4ab

Please sign in to comment.