diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e9221..ca43113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ Most important changes in each released version. +## v0.3.7 + +* Add documentation and set up mkdocs. + ## v0.3.6 -* Add polyhedral template matching for structure analysis +* Add polyhedral template matching for structure analysis. ## v0.3.5 diff --git a/pyproject.toml b/pyproject.toml index 9a94c65..b37245c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atomID" -version = "0.3.6" +version = "0.3.7" description = "Python package to identify and annotate crystal structure data files" authors = ["Ninad Bhat"] readme = "README.md"