Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojunfeng committed May 10, 2024
1 parent 0d726ad commit 3065ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tests = [
"pytest-regressions",
"pgtest"
]
pre-commit = ["pre-commit", "pylint"]
pre-commit = ["pre-commit", "pylint>=3"]
docs = [
"aiida-core~=2.5",
"docutils",
Expand Down
2 changes: 1 addition & 1 deletion src/aiida_wannier90_workflows/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""A set of advanced AiiDA Wannier90 Workchain."""

__version__ = "2.2.0"
__version__ = "2.3.0"

0 comments on commit 3065ab7

Please sign in to comment.