Skip to content

Commit

Permalink
0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Jul 5, 2024
1 parent aae2d61 commit b12452c
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-07-05T09:21:32.176232Z"

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

0 comments on commit b12452c

Please # to comment.