-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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""" | ||
████████╗██╗███╗ ███╗███████╗ ███████╗███████╗██████╗ ██╗███████╗███████╗ █████╗ ██╗ | ||
|
@@ -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 | ||
""" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
|
@@ -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" |