diff --git a/pypi_list/__init__.py b/pypi_list/__init__.py index 66b1340..0cf25bd 100644 --- a/pypi_list/__init__.py +++ b/pypi_list/__init__.py @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 1720380..5d9642a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/setup.cfg b/setup.cfg index 4685200..8c89724 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.4.0 commit = True tag = True diff --git a/setup.py b/setup.py index b015803..a836995 100644 --- a/setup.py +++ b/setup.py @@ -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={