We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85a75a commit f7589f1Copy full SHA for f7589f1
funannotate.py
@@ -37,7 +37,7 @@ def fmtcols(mylist, cols):
37
pass
38
39
git_version = lib.git_version()
40
-base_version = '1.5.2'
+base_version = '1.5.3'
41
if git_version:
42
version = base_version+'-'+git_version
43
else:
0 commit comments