Skip to content

Commit

Permalink
Bumb version number to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Jul 18, 2022
1 parent 11830eb commit 7ce232c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0'
__version__ = '0.2.1'
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.0",
"version": "0.2.1",
"entry_points": {
"aiida.calculations": [
"spirit = aiida_spirit.calculations:SpiritCalculation"
Expand Down

0 comments on commit 7ce232c

Please sign in to comment.