We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab7a20 commit cbb5e3fCopy full SHA for cbb5e3f
setup.py
@@ -8,7 +8,7 @@ def get_latest_git_tag():
8
latest_tag = subprocess.check_output(['git', 'describe', '--tags', '--abbrev=0']).strip().decode('utf-8')
9
return latest_tag
10
except subprocess.CalledProcessError:
11
- return "No tags found"
+ return "1.0.0"
12
13
about = {}
14
current_dir = os.path.abspath(os.path.dirname(__file__))
0 commit comments