Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
VonAlphaBisZulu committed Sep 21, 2022
1 parent 874ac2c commit 4ab12c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = '1.7' %}
{% set version = '1.8' %}

package:
name: straindesign
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = "Philipp Schneider"

# The full version, including alpha/beta/rc tags
release = "1.7"
release = "1.8"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="straindesign",
version="1.7",
version="1.8",
url="https://github.com/klamt-lab/straindesign.git",
description="Computational strain design package for the COBRApy framework",
long_description=
Expand Down
2 changes: 1 addition & 1 deletion straindesign/glpk_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def __init__(self, c, A_ineq, b_ineq, A_eq, b_eq, lb, ub, vtype, indic_constr, M
self.milp_params.tol_int = 1e-12
self.milp_params.tol_obj = 1e-9
self.milp_params.msg_lev = 0

# ideally, one would generate random seeds here, but glpk does not seem to
# offer this function

Expand Down

0 comments on commit 4ab12c1

Please sign in to comment.