From 8d8e1125069c21c8cf1215197ee44d1ad5f48da3 Mon Sep 17 00:00:00 2001 From: Andrew Jewett Date: Wed, 4 Dec 2024 02:57:59 -0500 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 c1426f9..36d4920 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.21.1" -G_DATE="2024-12-03" +G_VERSION="2.21.2" +G_DATE="2024-12-04" echo "${G_PROGRAM_NAME} v${G_VERSION} ${G_DATE}" >&2 echo "" >&2 diff --git a/setup.py b/setup.py index 21f70de..06e3282 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.21.1.zip', + download_url='https://github.com/jewettaij/moltemplate/archive/v2.21.2.zip', - version='2.21.1', + version='2.21.2', keywords=['simulation', 'LAMMPS', 'molecule editor', 'molecule builder', 'ESPResSo'],