diff --git a/moltemplate/scripts/moltemplate.sh b/moltemplate/scripts/moltemplate.sh index d545f0b..bb53317 100755 --- a/moltemplate/scripts/moltemplate.sh +++ b/moltemplate/scripts/moltemplate.sh @@ -6,7 +6,7 @@ # Copyright (c) 2013 G_PROGRAM_NAME="moltemplate.sh" -G_VERSION="2.20.11" +G_VERSION="2.20.12" G_DATE="2022-8-21" echo "${G_PROGRAM_NAME} v${G_VERSION} ${G_DATE}" >&2 diff --git a/setup.py b/setup.py index b6a37b2..60e90a1 100644 --- a/setup.py +++ b/setup.py @@ -45,9 +45,9 @@ url='https://github.com/jewettaij/moltemplate', - download_url='https://github.com/jewettaij/moltemplate/archive/v2.20.11.zip', + download_url='https://github.com/jewettaij/moltemplate/archive/v2.20.12.zip', - version='2.20.10', + version='2.20.12', keywords=['simulation', 'LAMMPS', 'molecule editor', 'molecule builder', 'ESPResSo'],