Skip to content

Commit

Permalink
0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
winedarksea committed May 6, 2024
1 parent 9693d55 commit 5e0ea06
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.11'
__version__ = '0.6.12'

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.11"
release = "0.6.12"

# -- 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.11"
version = "0.6.12"
authors = [
{ name="Colin Catlin", email="[email protected]" },
]
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.11",
version="0.6.12",
author="Colin Catlin",
author_email="[email protected]",
description="Automated Time Series Forecasting",
Expand Down

0 comments on commit 5e0ea06

Please sign in to comment.