Skip to content

Commit

Permalink
0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Feb 14, 2025
1 parent 45972d4 commit 891c9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomodachi/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__version__: str = "".join([".{}".format(str(n)) if type(n) is int else str(n) for n in __version_info__]).replace(
".", "", 1 if type(__version_info__[0]) is int else 0
)
__build_time__ = ""
__build_time__ = "2025-02-14T12:46:43.178702Z"

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

0 comments on commit 891c9c0

Please sign in to comment.