Skip to content

Commit

Permalink
Update documentation and version bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-White committed Jun 7, 2020
1 parent 0228400 commit 226cfd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.1] - 2020-06-07
### Fixed
- RGB images are correctly handled during colour mode conversion

## [0.5.0] - 2020-06-05
### Added
- Utilize multiprocessing for grouping and filtering `Timepoint`s to Colonies
Expand Down
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.5.0",
version = "0.5.1",
description = "An image analysis tool for measuring microorganism colony growth",
long_description = long_description,
long_description_content_type = "text/markdown",
Expand Down

0 comments on commit 226cfd8

Please sign in to comment.