diff --git a/moltemplate/scripts/moltemplate.sh b/moltemplate/scripts/moltemplate.sh index b7e88c2..1d1f7e3 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.16" +G_VERSION="2.20.17" G_DATE="2022-12-03" echo "${G_PROGRAM_NAME} v${G_VERSION} ${G_DATE}" >&2 diff --git a/setup.py b/setup.py index 1d28a48..5bd1994 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.16.zip', + download_url='https://github.com/jewettaij/moltemplate/archive/v2.20.17.zip', - version='2.20.16', + version='2.20.17', keywords=['simulation', 'LAMMPS', 'molecule editor', 'molecule builder', 'ESPResSo'],