Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gousaiyang committed Nov 10, 2020
1 parent e12b8db commit 0ec9560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpc_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .parsing import *
from .typing import *

__version__ = '0.9.0'
__version__ = '0.9.1'

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

0 comments on commit 0ec9560

Please sign in to comment.