diff --git a/src/swydd/__init__.py b/src/swydd/__init__.py index 40b7eb5..f9e32ab 100644 --- a/src/swydd/__init__.py +++ b/src/swydd/__init__.py @@ -21,7 +21,7 @@ if TYPE_CHECKING: from subprocess import CompletedProcess from typing import Any, Callable, Dict, List, Optional, Tuple -__version__ = "0.2.0" +__version__ = "0.2.1" # TODO: make this ouput wider help when necessary