Skip to content

Commit

Permalink
v005
Browse files Browse the repository at this point in the history
  • Loading branch information
addman2 committed Nov 3, 2023
1 parent 80d8317 commit a0ffab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiida_python/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from .serializers import *

__version__ = '0.0.4'
__version__ = '0.0.5'
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.0.4",
"version": "0.0.5",
"entry_points": {
"aiida.calculations": [
"aiida-python.calc = aiida_python.calc:CalcJobPython"
Expand Down

0 comments on commit a0ffab6

Please sign in to comment.