From dabaac793159cee9c5a0155d800a96c44b6c4bee Mon Sep 17 00:00:00 2001 From: Andrew Jewett Date: Fri, 3 Apr 2020 18:42:29 -0700 Subject: [PATCH] updated version info --- moltemplate/scripts/moltemplate.sh | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/moltemplate/scripts/moltemplate.sh b/moltemplate/scripts/moltemplate.sh index 9b336a12..61fb74c1 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.17.0" +G_VERSION="2.17.1" G_DATE="2020-4-03" echo "${G_PROGRAM_NAME} v${G_VERSION} ${G_DATE}" >&2 diff --git a/setup.py b/setup.py index f78c71f3..70be5e77 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.17.0.zip', + download_url='https://github.com/jewettaij/moltemplate/archive/v2.17.1.zip', - version='2.17.0', + version='2.17.1', keywords=['simulation', 'LAMMPS', 'molecule editor', 'molecule builder', 'ESPResSo'],