Skip to content

Commit

Permalink
CI...
Browse files Browse the repository at this point in the history
  • Loading branch information
svenk committed Jul 11, 2024
1 parent 19839d4 commit 0088ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_version():
#return f"{ver}+g{build}"
return ver
except (subprocess.CalledProcessError, FileNotFoundError): # no git installed
return "v0.0.0+N/A-without-git"
return "v0.1.123+N/A-without-git"

setuptools.setup(
name="lucipy",
Expand Down

0 comments on commit 0088ecb

Please sign in to comment.