Skip to content

Commit

Permalink
Added default version
Browse files Browse the repository at this point in the history
  • Loading branch information
satcfdi committed Sep 8, 2024
1 parent fab7a20 commit cbb5e3f
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 @@ -8,7 +8,7 @@ def get_latest_git_tag():
latest_tag = subprocess.check_output(['git', 'describe', '--tags', '--abbrev=0']).strip().decode('utf-8')
return latest_tag
except subprocess.CalledProcessError:
return "No tags found"
return "1.0.0"

about = {}
current_dir = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit cbb5e3f

Please sign in to comment.