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 31a27f0 commit 6d37867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msnoise/_version.py
Expand Up @@ -164,7 +164,7 @@ def get_git_version(abbrev=10, dirty=True, append_remote_tracking_branch=True):
"of installing msnoise.")
import datetime
day = datetime.datetime.now().strftime("%Y%m%d%H%M")
return '0.0.0+%s+archive'%day
return '0.0.0+%sarchive'%day

# pip uses its normalized version number (strict PEP440) instead of our
# original version number, so we bow to pip and use the normalized version
Expand Down

0 comments on commit 6d37867

Please sign in to comment.