Skip to content

Commit

Permalink
Bump version to 2.0.0rc2. (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
greschd authored Mar 16, 2021
1 parent 776cc52 commit 5fe555c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qe_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
from . import converters
from . import exceptions

__version__ = "2.0.0rc1"
__version__ = "2.0.0rc2"

__all__ = ('CONSTANTS', 'parsers', 'converters', 'exceptions')
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"name": "qe-tools",
"python_requires": ">=3.6",
"url": "https://github.com/aiidateam/qe-tools",
"version": "2.0.0rc1"
"version": "2.0.0rc2"
}

0 comments on commit 5fe555c

Please sign in to comment.