Skip to content

Commit aff40dc

Browse files
committed
v0.3.7
1 parent e78ed8c commit aff40dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pypef/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# Journal of Chemical Information and Modeling, 2021, 61, 3463-3476
1313
# https://doi.org/10.1021/acs.jcim.1c00099
1414

15-
__version__ = '0.3.7-dev'
15+
__version__ = '0.3.7'

pypef/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@
307307
from pypef.dca.dca_run import run_pypef_hybrid_modeling
308308
from pypef.utils.utils_run import run_pypef_utils
309309

310+
310311
logger = logging.getLogger("pypef")
311312
logger.setLevel(logging.INFO)
312313

0 commit comments

Comments
 (0)