Skip to content

Commit

Permalink
update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaanhessmann committed Aug 28, 2024
1 parent 5dba611 commit 8fdcd22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/schnetpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from schnetpack import md


__version__ = "2.0.4"
__version__ = "2.1.0"
2 changes: 1 addition & 1 deletion src/schnetpack/utils/compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _convert_from_v2_0_4(model):
if not hasattr(model.representation, "electronic_embeddings"):
model.representation.electronic_embeddings = []
model.spk_version = (
"latest" # TODO: replace by latest pypi version once available
"2.1.0"
)
return model

Expand Down

0 comments on commit 8fdcd22

Please sign in to comment.