Skip to content

Commit

Permalink
Version bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-White committed Jan 24, 2021
1 parent 0a0fe4c commit 04f7ebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(*names, **kwargs):
setup(
python_requires = ">=3.7",
name = "colonyscanalyser",
version = "0.6.0",
version = "0.6.1",
description = "An image analysis tool for measuring microorganism colony growth",
long_description = long_description,
long_description_content_type = "text/markdown",
Expand Down
1 change: 0 additions & 1 deletion src/colonyscanalyser/image_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def image(self) -> ndarray:
self.alignment_transform.translation,
bgval = 0
)
print("image returned as aligned ", self.file_path)

return image

Expand Down

0 comments on commit 04f7ebd

Please sign in to comment.