Skip to content

Commit

Permalink
Version updated from 0.1.0 to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WaylonWalker committed Feb 28, 2021
1 parent 670f472 commit c985b17
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion find_kedro/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

__all__ = ["find_kedro"]
from find_kedro.core import find_kedro
2 changes: 1 addition & 1 deletion find_kedro/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

from find_kedro.core import find_kedro

__version__ = "0.1.0"
__version__ = "0.1.1"


# @click.group(name="Find-Kedro")
Expand Down
2 changes: 1 addition & 1 deletion punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
major = 0
minor = 1
patch = 0
patch = 1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name=NAME,
version="0.1.0",
version="0.1.1",
url="https://github.com/WaylonWalker/find-kedro.git",
author="Waylon Walker",
author_email="waylon@waylonwalker.com",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from test_pattern import content as pattern_content
from util import make_files_and_cd

__version__ = "0.1.0"
__version__ = "0.1.1"


def test_version():
Expand Down

0 comments on commit c985b17

Please sign in to comment.