From 3eaf38635c8845335efa8d117f32740ba319d52b Mon Sep 17 00:00:00 2001 From: Andrew Jewett Date: Wed, 30 Jun 2021 18:26:14 -0700 Subject: [PATCH] updated version info (in setup.py) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dbe31486..4bb0f799 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.19.11.zip', + download_url='https://github.com/jewettaij/moltemplate/archive/v2.19.12.zip', - version='2.19.11', + version='2.19.12', keywords=['simulation', 'LAMMPS', 'molecule editor', 'molecule builder', 'ESPResSo'],