Skip to content

Commit 3d4193b

Browse files
committed
Adding new setup.py
1 parent b1e5ff5 commit 3d4193b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.91"
8+
__version__ = "0.0.92"
99
__license__ = "Apache License 2.0"
1010
__copyright__ = "2020-22 Google"

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setuptools.setup(
77
name="auto_ts",
8-
version="0.0.91",
8+
version="0.0.92",
99
author="Ram Seshadri",
1010
# author_email="[email protected]",
1111
description="Automatically Build Multiple Time Series models fast - now with Facebook Prophet!",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
license='Apache License 2.0',
1515
url="https://github.com/AutoViML/Auto_TS",
16-
packages=setuptools.find_packages(exclude=("tests",)),
16+
packages=setuptools.find_packages(exclude=("auto_ts/test",)),
1717
install_requires=[
1818
"ipython",
1919
"jupyter",

0 commit comments

Comments
 (0)