diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0d55434..158ee7d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.8.2 + rev: v0.8.3 hooks: # Run the linter. - id: ruff diff --git a/pyproject.toml b/pyproject.toml index fa9c6c6c..28b42861 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apax" -version = "0.9.1" +version = "0.9.2" description = "Atomistic Learned Potential Package in JAX" authors = ["Moritz René Schäfer ", "Nico Segreto "] keywords=["machine-learning", "interatomic potentials", "molecular-dynamics"]