Bump version: 0.1.0 → 0.2.0
This commit is contained in:
parent
b056817103
commit
24742799fd
3 changed files with 4 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ from kedro.runner.sequential_runner import SequentialRunner
|
|||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.2.0"
|
||||
|
||||
|
||||
def get_body(packages):
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
[bumpversion]
|
||||
current_version = 0.1.0
|
||||
current_version = 0.2.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
[bumpversion:file:setup.py]
|
||||
|
||||
[bumpversion:file:pypi_list/__init__.py]
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ dev_requires = Path("requirements_dev.txt").read_text().split()
|
|||
|
||||
setup(
|
||||
name="pypi_list",
|
||||
version="0.1.0",
|
||||
version="0.2.0",
|
||||
packages=find_packages(),
|
||||
install_requires=requires,
|
||||
extras_require={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue