From 767c5564333ca2911d0419dd9e04bac62fb3a63a Mon Sep 17 00:00:00 2001 From: Andrew Jewett Date: Mon, 13 Jul 2020 09:01:57 -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 953cb575..17fba43c 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.0" -G_DATE="2020-7-12" +G_VERSION="2.18.1" +G_DATE="2020-7-13" echo "${G_PROGRAM_NAME} v${G_VERSION} ${G_DATE}" >&2 echo "" >&2 diff --git a/setup.py b/setup.py index 5421c39e..31c9abf4 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.0.zip', + download_url='https://github.com/jewettaij/moltemplate/archive/v2.18.1.zip', - version='2.18.0', + version='2.18.1', keywords=['simulation', 'LAMMPS', 'molecule editor', 'molecule builder', 'ESPResSo'],