Bump version: 0.3.0 → 0.4.0
Some checks failed
Deploy pypi-list / build (push) Failing after 3m36s

This commit is contained in:
Waylon Walker 2021-06-25 08:32:15 -05:00
parent 9e2abc427b
commit 01101bcb02
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.3.0"
__version__ = "0.4.0"
def get_body(packages: str) -> str: