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:

View file

@ -1,7 +1,7 @@
[tool.kedro]
package_name = "pypi_list"
project_name = "Pypi List"
project_version = "0.3.0"
project_version = "0.4.0"
[tool.isort]
multi_line_output = 3

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = True
tag = True

View file

@ -22,7 +22,7 @@ dev_requires = Path("requirements_dev.txt").read_text().split()
setup(
name="pypi_list",
version="0.3.0",
version="0.4.0",
packages=find_packages(),
install_requires=requires,
extras_require={