Skip to content

Commit

Permalink
Revert _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-truyen committed Sep 18, 2024
1 parent c8a3d1d commit 5ed2a84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions smash/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def get_keywords():
# setup.py/versioneer.py will grep for the variable names, so they must
# each be defined on a line of their own. _version.py will just call
# get_keywords().
git_refnames = " (enh-hybrid-models-gr-and-loieau-structures)"
git_full = "0572fc675d9f5bae6ef2a59d4eaa72f29a62608e"
git_date = "2024-09-18 17:44:01 +0200"
git_refnames = "$Format:%d$"
git_full = "$Format:%H$"
git_date = "$Format:%ci$"
keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
return keywords

Expand Down

0 comments on commit 5ed2a84

Please sign in to comment.