We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33e637 commit 977af2fCopy full SHA for 977af2f
auto_ts/__version__.py
@@ -5,6 +5,6 @@
5
__author__ = "Ram Seshadri"
6
__description__ = "Build time series models for any data set, any size. Now using dask."
7
__url__ = "https://github.com/Auto_ViML/Auto_TS.git"
8
-__version__ = "0.0.90"
+__version__ = "0.0.91"
9
__license__ = "Apache License 2.0"
10
__copyright__ = "2020-22 Google"
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="auto_ts",
- version="0.0.82",
+ version="0.0.91",
author="Ram Seshadri",
# author_email="author@example.com",
11
description="Automatically Build Multiple Time Series models fast - now with Facebook Prophet!",
0 commit comments