We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca4506 commit 3499fc4Copy full SHA for 3499fc4
bpc_utils/__init__.py
@@ -11,7 +11,7 @@
11
from .parsing import *
12
from .typing import *
13
14
-__version__ = '0.9.1'
+__version__ = '0.10.0'
15
16
__all__ = ['__version__', 'parse_positive_integer', 'parse_boolean_state', 'parse_linesep', 'parse_indentation',
17
'BaseContext', 'detect_files', 'archive_files', 'recover_files', 'BPCRecoveryError', 'first_truthy',
0 commit comments