From ec463019fc45d8d9666ab0c539c78c2c37d7e8b9 Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Sun, 25 Aug 2024 21:27:09 +0800 Subject: [PATCH] feat: release v0.0.1; --- ai4ts/__init__.py | 5 +++-- ai4ts/version.py | 10 +++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ai4ts/__init__.py b/ai4ts/__init__.py index fb392e9..42ee34a 100644 --- a/ai4ts/__init__.py +++ b/ai4ts/__init__.py @@ -2,7 +2,7 @@ """ -# Created by Wenjie Du +# Created by Wenjie Du # License: Apache-2.0 from .version import __version__ @@ -10,6 +10,7 @@ __all__ = [ "__version__", ] + print( rf""" ████████╗██╗███╗ ███╗███████╗ ███████╗███████╗██████╗ ██╗███████╗███████╗ █████╗ ██╗ @@ -19,6 +20,6 @@ ██║ ██║██║ ╚═╝ ██║███████╗ ███████║███████╗██║ ██║██║███████╗███████║██╗██║ ██║██║ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚══════╝╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝╚═╝╚═╝ ╚═╝╚═╝ -v{__version__} - building AI for unified time-series analysis 👉 https://time-series.ai +v{__version__} - building AI for unified time-series analysis, https://time-series.ai """ ) diff --git a/ai4ts/version.py b/ai4ts/version.py index 7ca1e90..e2ec0f6 100644 --- a/ai4ts/version.py +++ b/ai4ts/version.py @@ -1,11 +1,11 @@ """ - +Version information for AI4TS. """ -# Created by Wenjie Du - +# Created by Wenjie Du +# License: Apache-2.0 -# PyPOTS version +# AI4TS version # # PEP0440 compatible formatted version, see: # https://www.python.org/dev/peps/pep-0440/ @@ -21,4 +21,4 @@ # # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer. # 'X.Y.dev0' is the canonical version of 'X.Y.dev' -__version__ = "0.0.0" +__version__ = "0.0.1"