Skip to content

Commit

Permalink
Preparing for the release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed May 30, 2018
1 parent d92bdf6 commit 0a7ab33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aiida_raspa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
# For further information please visit http://www.aiida.net #
##############################################################################

__version__ = "0.2.1"
__version__ = "0.2.2"

# EOF
2 changes: 1 addition & 1 deletion aiida_raspa/parsers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# For further information please visit http://www.aiida.net #
##############################################################################

__version__ = "0.2.1"
__version__ = "0.2.2"

import re
from aiida.parsers.parser import Parser
Expand Down
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"classifiers": [
"Programming Language :: Python"
],
"version": "0.2.1",
"version": "0.2.2",
"setup_requires": ["reentry"],
"reentry_register": true,
"install_requires": [
Expand Down

0 comments on commit 0a7ab33

Please sign in to comment.