Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rokatyy committed Dec 7, 2023
1 parent 85302ee commit 534cf5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ def get_version():
version = f.read().strip()
if version.startswith("v"):
version = version[1:]
if version == "":
return "0.0.0-dev0"
return version


Expand Down

0 comments on commit 534cf5a

Please sign in to comment.