Skip to content

Commit e1048c0

Browse files
author
Jon Palmer
committed
bump version
1 parent 55ad1db commit e1048c0

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.3.2'
40+
base_version = '1.3.3'
4141
if git_version:
4242
version = base_version+'-'+git_version
4343
else:

0 commit comments

Comments
 (0)