Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Jan 30, 2024
1 parent e103cd1 commit befd54e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion aiida_aimall/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
A plugin to interface AIMAll with AiiDA
"""

__version__ = "0.5.11"
__version__ = "0.5.12"
1 change: 0 additions & 1 deletion aiida_aimall/workchains.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ def generate_cml_fragments(params, cml_Dict, n_procs, prev_smi):
out_frame = out_frame.drop("numAttachments", axis=1)

node_frame = PDData(out_frame)
node_frame.store()

out_dict["cgis_frame"] = node_frame
out_dict["done_smi"] = List(done_smi)
Expand Down

0 comments on commit befd54e

Please sign in to comment.