diff --git a/tagexpressions/__init__.py b/tagexpressions/__init__.py index c9f2e6f..6f45136 100644 --- a/tagexpressions/__init__.py +++ b/tagexpressions/__init__.py @@ -6,7 +6,7 @@ from .parser import parse, evaluate -__VERSION__ = '2.0.0' +__VERSION__ = '2.0.1' # only expose the parse function __all__ = ['parse', 'evaluate']