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.4.0 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvdomingo committed Apr 5, 2023
1 parent f54122c commit 6599a24
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docsrc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
import sys
from pathlib import Path

from primerdriver import __version__

sys.path.insert(0, Path(__file__).parent.parent.parent.resolve().as_posix())

project = "PrimerDriver"
copyright = "2023, Kenneth V. Domingo, Numeriano Amer E. Gutierrez"
author = "Kenneth V. Domingo, Numeriano Amer E. Gutierrez"
release = "1.3.2"
release = __version__

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,17 @@

~PrimerDesign.lut
~PrimerDesign.df
~PrimerDesign.sequence
~PrimerDesign.mismatched_bases
~PrimerDesign.replacement
~PrimerDesign.position
~PrimerDesign.target
~PrimerDesign.Tm_range
~PrimerDesign.length_range
~PrimerDesign.gc_range
~PrimerDesign.flank5_range
~PrimerDesign.flank3_range
~PrimerDesign.print_buffer
~PrimerDesign.expression_system



2 changes: 1 addition & 1 deletion primerdriver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.3.2"
__version__ = "1.4.0"

__all__ = ["__version__"]
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.2"
version = "1.4.0"
description = "Automated design of mutagenic PCR primers"
authors = [
"Kenneth V. Domingo <[email protected]>",
Expand Down

0 comments on commit 6599a24

Please sign in to comment.