diff --git a/todotxtio.py b/todotxtio.py index 9567dd0..c6de68b 100644 --- a/todotxtio.py +++ b/todotxtio.py @@ -1,7 +1,7 @@ import os import re -__version__ = '0.2.2' +__version__ = '0.2.3' __all__ = [ 'from_dicts',