From 9555557598fe26b4c48273a0c5328d62af6e1e7d Mon Sep 17 00:00:00 2001 From: Colin Catlin Date: Mon, 8 Apr 2024 08:09:15 -0500 Subject: [PATCH] 0.6.11 --- autots/__init__.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autots/__init__.py b/autots/__init__.py index 72fda91b..14358f00 100644 --- a/autots/__init__.py +++ b/autots/__init__.py @@ -27,7 +27,7 @@ from autots.models.cassandra import Cassandra -__version__ = '0.6.10' +__version__ = '0.6.11' TransformTS = GeneralTransformer diff --git a/docs/conf.py b/docs/conf.py index 9eaadb60..dce8fb8e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ # import AutoTS # from AutoTS import __version__ # release = __version__ -release = "0.6.10" +release = "0.6.11" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 96c5dab2..8c88788c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, ] diff --git a/setup.py b/setup.py index 7067e472..8e65d163 100644 --- a/setup.py +++ b/setup.py @@ -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",