Skip to content

Commit b615d52

Browse files
author
Nick Diego Yamane
committed
Bump version to 0.10.1
Signed-off-by: Nick Diego Yamane <[email protected]>
1 parent 314b1e5 commit b615d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiledb/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = 'compiledb'
22
__description__ = 'Tool for generating Clang JSON Compilation Database files for make-based build systems.'
33
__url__ = 'https://github.com/nickdiego/compiledb'
4-
__version__ = '0.10.0'
4+
__version__ = '0.10.1'
55
__author__ = 'Nick Yamane'
66
__author_email__ = '[email protected]'
77
__license__ = 'GPLv3'

0 commit comments

Comments
 (0)