Skip to content

Commit

Permalink
bump: version 0.3.3 → 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aksam432 committed Jul 12, 2023
1 parent 6136191 commit 276b64f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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"
]
Expand Down

0 comments on commit 276b64f

Please sign in to comment.