Skip to content

Commit

Permalink
Fix IPython import
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Jun 23, 2023
1 parent 34d63e5 commit 93bef9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aiida_spirit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
AiiDA plugin for the spirit code
"""

__version__ = '0.2.1'
__version__ = '0.2.2'
2 changes: 1 addition & 1 deletion aiida_spirit/tools/_vfr.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import json
import secrets
import numpy as np
from IPython.core.display import display, HTML, Javascript
from IPython.display import display, HTML, Javascript

_vfr_frame_id_mapping = {}
_next_frame_id = 1
Expand Down
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Natural Language :: English",
"Framework :: AiiDA"
],
"version": "0.2.1",
"version": "0.2.2",
"entry_points": {
"aiida.calculations": [
"spirit = aiida_spirit.calculations:SpiritCalculation"
Expand Down

0 comments on commit 93bef9b

Please sign in to comment.