Skip to content

Commit

Permalink
0.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Dec 14, 2023
1 parent fd50019 commit 1ca6d98
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__ = "2023-12-14T08:23:44.345895Z"

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

0 comments on commit 1ca6d98

Please # to comment.