Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed May 5, 2020
1 parent e73b7fc commit 0e598cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.2.0] - 2020-05-05

* add cp2k_bs2csv with support for CP2K v8+ and an API
* add xyz_restart_cleaner

## [0.1.4] - 2020-04-03

* updated project urls
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.1.4"
__version__ = "0.2.0"

__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.1.4"
version = "0.2.0"
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 0e598cd

Please sign in to comment.