Skip to content

Commit

Permalink
0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
winedarksea committed Apr 8, 2024
1 parent fecaf52 commit 9555557
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from autots.models.cassandra import Cassandra


__version__ = '0.6.10'
__version__ = '0.6.11'

TransformTS = GeneralTransformer

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# import AutoTS
# from AutoTS import __version__
# release = __version__
release = "0.6.10"
release = "0.6.11"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "autots"
version = "0.6.10"
version = "0.6.11"
authors = [
{ name="Colin Catlin", email="colin.catlin@gmail.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setuptools.setup(
name="AutoTS",
version="0.6.10",
version="0.6.11",
author="Colin Catlin",
author_email="colin.catlin@syllepsis.live",
description="Automated Time Series Forecasting",
Expand Down

0 comments on commit 9555557

Please sign in to comment.