Skip to content

Commit 9555557

Browse files
committed
0.6.11
1 parent fecaf52 commit 9555557

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

autots/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from autots.models.cassandra import Cassandra
2828

2929

30-
__version__ = '0.6.10'
30+
__version__ = '0.6.11'
3131

3232
TransformTS = GeneralTransformer
3333

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# import AutoTS
2626
# from AutoTS import __version__
2727
# release = __version__
28-
release = "0.6.10"
28+
release = "0.6.11"
2929

3030
# -- General configuration ---------------------------------------------------
3131

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "autots"
7-
version = "0.6.10"
7+
version = "0.6.11"
88
authors = [
99
{ name="Colin Catlin", email="colin.catlin@gmail.com" },
1010
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setuptools.setup(
3434
name="AutoTS",
35-
version="0.6.10",
35+
version="0.6.11",
3636
author="Colin Catlin",
3737
author_email="colin.catlin@syllepsis.live",
3838
description="Automated Time Series Forecasting",

0 commit comments

Comments
 (0)