Skip to content

Commit

Permalink
v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
niklases committed Nov 21, 2024
1 parent e78ed8c commit aff40dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pypef/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# Journal of Chemical Information and Modeling, 2021, 61, 3463-3476
# https://doi.org/10.1021/acs.jcim.1c00099

__version__ = '0.3.7-dev'
__version__ = '0.3.7'
1 change: 1 addition & 0 deletions pypef/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@
from pypef.dca.dca_run import run_pypef_hybrid_modeling
from pypef.utils.utils_run import run_pypef_utils


logger = logging.getLogger("pypef")
logger.setLevel(logging.INFO)

Expand Down

0 comments on commit aff40dc

Please sign in to comment.