diff --git a/CHANGELOG.md b/CHANGELOG.md index aeef460..66851b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.4 (2023-07-12) + +### Refactor + +- Concise message with output values after Lasso training + ## 0.3.3 (2023-07-10) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 9030e91..0f9bd3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] description = "A python package for PLIP ML potential" requires-python = ">=3.8" -version = "0.3.3" +version = "0.3.4" license = { "file" = "LICENSE" } readme = "README.md" dependencies = [ @@ -42,7 +42,7 @@ dev = [ name = "cz_conventional_commits" tag_format = "$version" version_type = "semver" -version = "0.3.3" +version = "0.3.4" version_files = [ "pyproject.toml:version" ]