Skip to content

Commit cbb5e3f

Browse files
committed
Added default version
1 parent fab7a20 commit cbb5e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def get_latest_git_tag():
88
latest_tag = subprocess.check_output(['git', 'describe', '--tags', '--abbrev=0']).strip().decode('utf-8')
99
return latest_tag
1010
except subprocess.CalledProcessError:
11-
return "No tags found"
11+
return "1.0.0"
1212

1313
about = {}
1414
current_dir = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)