Skip to content

Commit

Permalink
Update aimreor entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Dec 4, 2023
1 parent 3f8b2b4 commit d5b2ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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.2.3"
__version__ = "0.2.4"
2 changes: 1 addition & 1 deletion aiida_aimall/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AimReorSubmissionController(FromGroupSubmissionController):
max_concurrent: int
code_label: str

WORKFLOW_ENTRY_POINT = "AIMAllReor"
WORKFLOW_ENTRY_POINT = "aimreor"

def __init__(
self,
Expand Down

0 comments on commit d5b2ef5

Please sign in to comment.