From c76cb98a817c1c7fc5b0f8b926b72fa032709dcd Mon Sep 17 00:00:00 2001 From: Andrew Jewett Date: Wed, 6 Jul 2022 10:20:31 -0700 Subject: [PATCH] updated version info --- moltemplate/scripts/moltemplate.sh | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/moltemplate/scripts/moltemplate.sh b/moltemplate/scripts/moltemplate.sh index a24b947..a9886a5 100755 --- a/moltemplate/scripts/moltemplate.sh +++ b/moltemplate/scripts/moltemplate.sh @@ -6,8 +6,8 @@ # Copyright (c) 2013 G_PROGRAM_NAME="moltemplate.sh" -G_VERSION="2.20.6" -G_DATE="2022-7-01" +G_VERSION="2.20.7" +G_DATE="2022-7-06" echo "${G_PROGRAM_NAME} v${G_VERSION} ${G_DATE}" >&2 echo "" >&2 diff --git a/setup.py b/setup.py index 5028e89..48897a4 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.6.zip', + download_url='https://github.com/jewettaij/moltemplate/archive/v2.20.7.zip', - version='2.20.6', + version='2.20.7', keywords=['simulation', 'LAMMPS', 'molecule editor', 'molecule builder', 'ESPResSo'],