File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
__author__ = "Ram Seshadri"
6
6
__description__ = "Build time series models for any data set, any size. Now using dask."
7
7
__url__ = "https://github.com/Auto_ViML/Auto_TS.git"
8
- __version__ = "0.0.91 "
8
+ __version__ = "0.0.92 "
9
9
__license__ = "Apache License 2.0"
10
10
__copyright__ = "2020-22 Google"
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "auto_ts" ,
8
- version = "0.0.91 " ,
8
+ version = "0.0.92 " ,
9
9
author = "Ram Seshadri" ,
10
10
# author_email="author@example.com",
11
11
description = "Automatically Build Multiple Time Series models fast - now with Facebook Prophet!" ,
12
12
long_description = long_description ,
13
13
long_description_content_type = "text/markdown" ,
14
14
license = 'Apache License 2.0' ,
15
15
url = "https://github.com/AutoViML/Auto_TS" ,
16
- packages = setuptools .find_packages (exclude = ("tests " ,)),
16
+ packages = setuptools .find_packages (exclude = ("auto_ts/test " ,)),
17
17
install_requires = [
18
18
"ipython" ,
19
19
"jupyter" ,
You can’t perform that action at this time.
0 commit comments