Skip to content

Commit 7ecb3cd

Browse files
author
Jon Palmer
committed
bump version
1 parent 617f92d commit 7ecb3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funannotate.py

Lines changed: 1 addition & 1 deletion
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.3'
40+
base_version = '1.3.4'
4141
if git_version:
4242
version = base_version+'-'+git_version
4343
else:

0 commit comments

Comments
 (0)