Skip to content

Commit 2cb6792

Browse files
committed
make new version 0.1.0 and use new version scheme
Until some stability is guarantee, use the 0.<minor>.<patch> even for breaking changes.
1 parent 6ce832f commit 2cb6792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compdb/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
__desc__ = '''The compilation database Swiss army knife'''
1212
__prog__ = 'compdb'
1313
__url__ = 'https://github.com/Sarcasm/compdb'
14-
__version__ = '0.0.2'
14+
__version__ = '0.1.0'

0 commit comments

Comments
 (0)