Skip to content

Commit

Permalink
bump to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Sep 8, 2020
1 parent 52dc776 commit 727a1dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.3.1] - 2020-09-09

* cp2k_pdos: add support for list-of-atoms output

## [0.3.0] - 2020-09-09

* add cp2k_pdos tool
Expand Down
2 changes: 1 addition & 1 deletion cp2k_output_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.0"
__version__ = "0.3.1"

__all__ = ["builtin_matchers", "parse_iter"]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cp2k-output-tools"
version = "0.3.0"
version = "0.3.1"
description = "Python tools to handle CP2K output files"
authors = ["Tiziano Müller <[email protected]>"]
repository = "https://github.com/cp2k/cp2k-output-tools"
Expand Down

0 comments on commit 727a1dd

Please sign in to comment.