We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45972d4 commit 891c9c0Copy full SHA for 891c9c0
tomodachi/__version__.py
@@ -4,7 +4,7 @@
4
__version__: str = "".join([".{}".format(str(n)) if type(n) is int else str(n) for n in __version_info__]).replace(
5
".", "", 1 if type(__version_info__[0]) is int else 0
6
)
7
-__build_time__ = ""
+__build_time__ = "2025-02-14T12:46:43.178702Z"
8
9
if __name__ == "__main__":
10
print(__version__)
0 commit comments