Skip to content

Commit 727a1dd

Browse files
committed
bump to version 0.3.1
1 parent 52dc776 commit 727a1dd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.3.1] - 2020-09-09
2+
3+
* cp2k_pdos: add support for list-of-atoms output
4+
15
## [0.3.0] - 2020-09-09
26

37
* add cp2k_pdos tool

cp2k_output_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.3.1"
22

33
__all__ = ["builtin_matchers", "parse_iter"]
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cp2k-output-tools"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Python tools to handle CP2K output files"
55
authors = ["Tiziano Müller <[email protected]>"]
66
repository = "https://github.com/cp2k/cp2k-output-tools"

0 commit comments

Comments
 (0)