diff --git a/fpm.toml b/fpm.toml index f34f49e..859a392 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "packmol" -version = "20.15.5" +version = "20.16.0" license = "MIT" author = "Leandro Martinez, Ernesto Birgin, Jose Mario Martinez" maintainer = "Leandro Martinez" diff --git a/src/title.f90 b/src/title.f90 index 91a7119..ac2507b 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.', /& &' ',/& - &t62,' Version 20.15.5 ')") + &t62,' Version 20.16.0 ')") write(*,hash3_line) end subroutine title