Skip to content

Commit

Permalink
feat: release v0.0.1;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Aug 25, 2024
1 parent 78cecfb commit ec46301
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions ai4ts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"""

# Created by Wenjie Du <[email protected]>
# Created by Wenjie Du <[email protected]>
# License: Apache-2.0

from .version import __version__

__all__ = [
"__version__",
]

print(
rf"""
████████╗██╗███╗ ███╗███████╗ ███████╗███████╗██████╗ ██╗███████╗███████╗ █████╗ ██╗
Expand All @@ -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
"""
)
10 changes: 5 additions & 5 deletions ai4ts/version.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""
Version information for AI4TS.
"""

# Created by Wenjie Du <[email protected]>

# Created by Wenjie Du <[email protected]>
# License: Apache-2.0

# PyPOTS version
# AI4TS version
#
# PEP0440 compatible formatted version, see:
# https://www.python.org/dev/peps/pep-0440/
Expand All @@ -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"

0 comments on commit ec46301

Please sign in to comment.