Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pommevilla committed Dec 5, 2022
1 parent 8ad73c9 commit bb1c245
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ 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).

## [Unreleased]

## [0.6.0] - 2022-12-05
### Added
- find_pcr_product functionality with minimum product length

## [0.5.0] - 2022-12-02
### Added
- Initial product finding functionality

[Unreleased]: https://github.com/pommevilla/ispcr/compare/0.5.0...master
[Unreleased]: https://github.com/pommevilla/ispcr/compare/0.6.0...master
[0.6.0]: https://github.com/pommevilla/ispcr/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/pommevilla/ispcr/tree/0.5.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ispcr"
version = "0.5.0"
version = "0.6.0"
description = "Simple in silico PCR"
authors = [
"Paul Villanueva <[email protected]>",
Expand Down

0 comments on commit bb1c245

Please sign in to comment.