Bump version: 0.2.0 → 0.3.0
This commit is contained in:
parent
89d29fbc5d
commit
355034216c
4 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[tool.kedro]
|
||||
package_name = "pypi_list"
|
||||
project_name = "Pypi List"
|
||||
project_version = "0.2.0"
|
||||
project_version = "0.3.0"
|
||||
|
||||
[tool.isort]
|
||||
multi_line_output = 3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.2.0
|
||||
current_version = 0.3.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -22,7 +22,7 @@ dev_requires = Path("requirements_dev.txt").read_text().split()
|
|||
|
||||
setup(
|
||||
name="pypi_list",
|
||||
version="0.2.0",
|
||||
version="0.3.0",
|
||||
packages=find_packages(),
|
||||
install_requires=requires,
|
||||
extras_require={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue