Skip to content

Commit f7589f1

Browse files
author
Jon Palmer
committed
version bump
1 parent b85a75a commit f7589f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funannotate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def fmtcols(mylist, cols):
3737
pass
3838

3939
git_version = lib.git_version()
40-
base_version = '1.5.2'
40+
base_version = '1.5.3'
4141
if git_version:
4242
version = base_version+'-'+git_version
4343
else:

0 commit comments

Comments
 (0)