Bump version: 0.2.0 → 0.3.0

This commit is contained in:
Waylon Walker 2021-06-25 08:26:39 -05:00
parent 89d29fbc5d
commit 355034216c
4 changed files with 4 additions and 4 deletions

View file

@ -36,7 +36,7 @@ from kedro.runner.sequential_runner import SequentialRunner
logger = logging.getLogger(__name__)
__version__ = "0.2.0"
__version__ = "0.3.0"
def get_body(packages: str) -> str: