Skip to content

Commit

Permalink
0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Oct 29, 2024
1 parent abf5659 commit a1e27f8
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__ = "2024-10-29T16:02:20.738570Z"

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

0 comments on commit a1e27f8

Please # to comment.