Skip to content

Commit

Permalink
Use speedup yourself
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Oct 7, 2021
1 parent 99a9bd3 commit a14d02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_version/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def maybe_indent(msg: str) -> str:
return f"\n{indent(msg, ' ')}" if "\n" in msg else f" {msg}"


__version__ = get_version(__file__)
__version__ = get_version(__file__, vcs="git")


if __name__ == "__main__":
Expand Down

0 comments on commit a14d02d

Please sign in to comment.