Skip to content

Commit

Permalink
0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Nov 23, 2023
1 parent 08b99ac commit d3e52a2
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-11-23T23:07:12.577206Z"

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

0 comments on commit d3e52a2

Please sign in to comment.