Skip to content

Commit

Permalink
use QEAppComputationalResourcesWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Apr 24, 2024
1 parent 0d86a9e commit 4aa5023
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion aiida_bader/qeapp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from aiidalab_qe.common.panel import OutlinePanel
from aiidalab_widgets_base import ComputationalResourcesWidget
from aiidalab_qe.common.widgets import (
QEAppComputationalResourcesWidget as ComputationalResourcesWidget,
)

from .result import Result
from .workchain import workchain_and_builder
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_suite():

setup(
name="aiida-bader",
version="0.0.1",
version="0.0.5",
description="AiiDA plugin for bader code.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4aa5023

Please sign in to comment.