Skip to content

Commit

Permalink
Adding Cloud Run functionality to Auto_TS
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoViML committed Nov 2, 2023
1 parent 8b4f8ac commit 667ad16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto_ts/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
__author__ = "Ram Seshadri"
__description__ = "Build time series models for any data set, any size. Now using dask."
__url__ = "https://github.com/Auto_ViML/Auto_TS.git"
__version__ = "0.0.71"
__version__ = "0.0.81"
__license__ = "Apache License 2.0"
__copyright__ = "2020-22 Google"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="auto_ts",
version="0.0.71",
version="0.0.81",
author="Ram Seshadri",
# author_email="author@example.com",
description="Automatically Build Multiple Time Series models fast - now with Facebook Prophet!",
Expand Down

0 comments on commit 667ad16

Please sign in to comment.