Skip to content

Commit a1e27f8

Browse files
committed
0.28.1
1 parent abf5659 commit a1e27f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tomodachi/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__version__: str = "".join([".{}".format(str(n)) if type(n) is int else str(n) for n in __version_info__]).replace(
55
".", "", 1 if type(__version_info__[0]) is int else 0
66
)
7-
__build_time__ = ""
7+
__build_time__ = "2024-10-29T16:02:20.738570Z"
88

99
if __name__ == "__main__":
1010
print(__version__)

0 commit comments

Comments
 (0)