Skip to content

Commit

Permalink
Merge pull request #65 from sstroemer/bump-core-version
Browse files Browse the repository at this point in the history
chore: bump core version
  • Loading branch information
sstroemer authored Jan 23, 2025
2 parents 7b488de + 5b07b86 commit 4086f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "iesopt"
version = "2.3.0"
version = "2.4.0"
description = "IESopt -- an Integrated Energy System Optimization framework."
keywords = ["integrated energy systems", "optimization", "energy model", "modelling"]
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/iesopt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def _strtobool(val: str):
class Config:
DEFAULTS = {
"IESOPT_JULIA": "1.11.2",
"IESOPT_CORE": "2.3.0",
"IESOPT_CORE": "2.4.0",
"IESOPT_JUMP": "1.23.6",
"IESOPT_SOLVER_HIGHS": "1.13.0",
"IESOPT_MULTITHREADED": "no", # yes, no
Expand Down

0 comments on commit 4086f72

Please sign in to comment.