Skip to content

Commit

Permalink
version should work even if installed from master.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLecocq committed Feb 7, 2024
1 parent e0a9288 commit 31a27f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msnoise/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def get_git_version(abbrev=10, dirty=True, append_remote_tracking_branch=True):
"of the msnoise repository which is not a supported way "
"of installing msnoise.")
import datetime
day = datetime.datetime.now().strftime("%Y%m%d+%H%M")
day = datetime.datetime.now().strftime("%Y%m%d%H%M")
return '0.0.0+%s+archive'%day

# pip uses its normalized version number (strict PEP440) instead of our
Expand Down

0 comments on commit 31a27f0

Please sign in to comment.