diff --git a/CHANGELOG.md b/CHANGELOG.md index c6abcde..7c1a0e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ packmol changelog [badge-fix]: https://img.shields.io/badge/Fix-purple.svg [badge-info]: https://img.shields.io/badge/Info-gray.svg -Version 21.2.1-DEV +Version 21.2.1 -------------- - ![INFO][badge-info] Avoid looping above `maxkeywords` in input file reading of radii. diff --git a/fpm.toml b/fpm.toml index 161fbd6..dc53bb7 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "packmol" -version = "21.2.0" +version = "21.2.1" license = "MIT" author = "Leandro Martinez, Ernesto Birgin, Jose Mario Martinez" maintainer = "Leandro Martinez" diff --git a/pyproject.toml b/pyproject.toml index ed66e23..3189e8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "packmol" -version = "21.2.0" +version = "21.2.1" description = "Packmol - Creates Initial Configurations for Molecular Dynamics Simulations" readme = "README.md" requires-python = ">=3.10" diff --git a/src/title.f90 b/src/title.f90 index da457e0..5fec384 100644 --- a/src/title.f90 +++ b/src/title.f90 @@ -13,7 +13,7 @@ subroutine title() write(*,"(' PACKMOL - Packing optimization for the automated generation of', /& &' starting configurations for molecular dynamics simulations.', /& &' ',/& - &t61,' Version 21.2.0 ')") + &t61,' Version 21.2.1 ')") write(*,hash3_line) end subroutine title