Skip to content

Commit 977af2f

Browse files
committed
Adding new setup.py
1 parent c33e637 commit 977af2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auto_ts/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
__author__ = "Ram Seshadri"
66
__description__ = "Build time series models for any data set, any size. Now using dask."
77
__url__ = "https://github.com/Auto_ViML/Auto_TS.git"
8-
__version__ = "0.0.90"
8+
__version__ = "0.0.91"
99
__license__ = "Apache License 2.0"
1010
__copyright__ = "2020-22 Google"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="auto_ts",
8-
version="0.0.82",
8+
version="0.0.91",
99
author="Ram Seshadri",
1010
# author_email="[email protected]",
1111
description="Automatically Build Multiple Time Series models fast - now with Facebook Prophet!",

0 commit comments

Comments
 (0)