Skip to content

Commit

Permalink
Merge pull request #22 from Yoctol/new-version
Browse files Browse the repository at this point in the history
version -> 0.5.2.
  • Loading branch information
noobOriented authored Sep 28, 2018
2 parents ed03c10 + b457ff1 commit 8432599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serving_utils/saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def __init__(
self.output_dir = pathlib.Path(output_dir)
self.output_dir.mkdir(parents=True, exist_ok=True)

@staticmethod
def _get_next_version(
self,
path: pathlib.PosixPath,
) -> pathlib.PosixPath:
candidate_paths = path.glob('**/*')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def run(self):

setup(
name='serving-utils',
version='0.5.1',
version='0.5.2',
description='Some utilities for tensorflow serving',
long_description=long_description,
python_requires='>=3.6',
Expand Down

0 comments on commit 8432599

Please sign in to comment.