Skip to content

Commit

Permalink
v0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza committed Nov 9, 2023
1 parent 34704fe commit f4bb3a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nixtlats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.1.17"
__version__ = "0.1.18"
__all__ = ["TimeGPT"]
from .timegpt import TimeGPT
3 changes: 1 addition & 2 deletions nixtlats/_modidx.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,4 @@
'nixtlats.types.single_series_forecast': {},
'nixtlats.types.validation_error': {},
'nixtlats.types.validation_error_loc_item': {},
'nixtlats.utils': {'nixtlats.utils.colab_badge': ('utils.html#colab_badge', 'nixtlats/utils.py')},
'nixtlats.wrapper': {}}}
'nixtlats.utils': {'nixtlats.utils.colab_badge': ('utils.html#colab_badge', 'nixtlats/utils.py')}}}
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.1.17
version = 0.1.18
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 @@ -10,7 +10,7 @@

setuptools.setup(
name="nixtlats",
version="0.1.17",
version="0.1.18",
description="TimeGPT SDK",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f4bb3a3

Please sign in to comment.