Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
chore: bump to v1.3.2 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvdomingo committed Apr 3, 2023
1 parent b64de2b commit e00ea6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion primerdriver/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.1"
__version__ = "1.3.2"
2 changes: 1 addition & 1 deletion primerdriver/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
__version__ = VersionInfo(
major=1,
minor=3,
patch=1,
patch=2,
)
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.3.1"
version = "1.3.2"
description = "Automated design of mutagenic PCR primers"
authors = [
"Kenneth V. Domingo <[email protected]>",
Expand Down

0 comments on commit e00ea6b

Please sign in to comment.