Skip to content

Commit

Permalink
Merge pull request #90 from Nixtla/feat/v0.5.3
Browse files Browse the repository at this point in the history
feat: v0.5.3
  • Loading branch information
AzulGarza authored Apr 12, 2022
2 parents 19f1a8b + 73d10f5 commit e5d202e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ author = Nixtla
author_email = [email protected]
copyright = Nixtla Inc.
branch = main
version = 0.5.2
version = 0.5.3
min_python = 3.6
audience = Developers
language = English
Expand Down
2 changes: 1 addition & 1 deletion statsforecast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.5.2"
__version__ = "0.5.3"

from .core import StatsForecast

0 comments on commit e5d202e

Please sign in to comment.