From 9a2790bfaa94d3c3d881099c02cad0d8f57154f3 Mon Sep 17 00:00:00 2001 From: Andrew Jewett Date: Sat, 3 Dec 2022 20:46:51 -0800 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 b7e88c2..1d1f7e3 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.20.16" +G_VERSION="2.20.17" G_DATE="2022-12-03" echo "${G_PROGRAM_NAME} v${G_VERSION} ${G_DATE}" >&2 diff --git a/setup.py b/setup.py index 1d28a48..5bd1994 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.16.zip', + download_url='https://github.com/jewettaij/moltemplate/archive/v2.20.17.zip', - version='2.20.16', + version='2.20.17', keywords=['simulation', 'LAMMPS', 'molecule editor', 'molecule builder', 'ESPResSo'],