From 0182dbff71d3c522fad5372130919c003d4749f8 Mon Sep 17 00:00:00 2001 From: Andrew Jewett Date: Wed, 7 Oct 2020 19:03:35 -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 219dff86..04839f71 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.18.6" -G_DATE="2020-8-13" +G_VERSION="2.18.7" +G_DATE="2020-10-07" echo "${G_PROGRAM_NAME} v${G_VERSION} ${G_DATE}" >&2 echo "" >&2 diff --git a/setup.py b/setup.py index 427fcf3f..8cfb0419 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.18.6.zip', + download_url='https://github.com/jewettaij/moltemplate/archive/v2.18.7.zip', - version='2.18.6', + version='2.18.7', keywords=['simulation', 'LAMMPS', 'molecule editor', 'molecule builder', 'ESPResSo'],