Skip to content

Commit

Permalink
chore: bump to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kvdomingo committed Nov 8, 2024
1 parent 9823a33 commit eddce20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The user is greeted with a customized header and the first question:
\|||||||||||/ \|||||||
`---------` `------
PrimerDriver v1.5.0
PrimerDriver v1.6.0
(c) 2020 Kenneth V. Domingo & Numeriano Amer E. Gutierrez
Enter primer mode [dna/pro/char]: _
Expand All @@ -64,7 +64,7 @@ follows:
\|||||||||||/ \|||||||
`---------` `------
PrimerDriver v1.5.0
PrimerDriver v1.6.0
(c) 2020 Kenneth V. Domingo & Numeriano Amer E. Gutierrez
Enter primer mode [dna/pro/char]: char
Expand Down Expand Up @@ -135,7 +135,7 @@ Enter the following at the interactive CLI:
\|||||||||||/ \|||||||
`---------` `------
PrimerDriver v1.5.0
PrimerDriver v1.6.0
(c) 2020 Kenneth V. Domingo & Numeriano Amer E. Gutierrez
Enter primer mode [dna/pro/char]: dna
Expand Down
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 = "primerdriver"
version = "1.5.0"
version = "1.6.0"
description = "Automated design of mutagenic PCR primers"
authors = [
"Kenneth V. Domingo <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ui",
"name": "primerdriver",
"private": true,
"version": "0.0.0",
"version": "1.6.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit eddce20

Please sign in to comment.