Skip to content

Commit 7bde596

Browse files
author
Dominik R Laetsch
committed
add version number
1 parent 23e42d9 commit 7bde596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blobtools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ from docopt import docopt
2828
if __name__ == '__main__':
2929
main_dir = join(dirname(__file__), '')
3030
args = docopt(__doc__,
31-
version='blobtools v0.9.16',
31+
version='blobtools v0.9.17',
3232
options_first=True)
3333

3434
argv = [args['<command>']] + args['<args>']

0 commit comments

Comments
 (0)