From dee460199a5769741dedac2670c0156d6d768657 Mon Sep 17 00:00:00 2001 From: Andrew Jewett Date: Sat, 11 Apr 2020 21:03:30 -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 b7b22598..f1fd271d 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.4" +G_VERSION="2.17.5" G_DATE="2020-4-11" echo "${G_PROGRAM_NAME} v${G_VERSION} ${G_DATE}" >&2 diff --git a/setup.py b/setup.py index 4e981cec..fc36a3a4 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.4.zip', + download_url='https://github.com/jewettaij/moltemplate/archive/v2.17.5.zip', - version='2.17.4', + version='2.17.5', keywords=['simulation', 'LAMMPS', 'molecule editor', 'molecule builder', 'ESPResSo'],