Skip to content

Commit 3499fc4

Browse files
committed
Version 0.10.0
1 parent 9ca4506 commit 3499fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpc_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .parsing import *
1212
from .typing import *
1313

14-
__version__ = '0.9.1'
14+
__version__ = '0.10.0'
1515

1616
__all__ = ['__version__', 'parse_positive_integer', 'parse_boolean_state', 'parse_linesep', 'parse_indentation',
1717
'BaseContext', 'detect_files', 'archive_files', 'recover_files', 'BPCRecoveryError', 'first_truthy',

0 commit comments

Comments
 (0)