From a3288232a526ea3585c3a52f70e23989baa9a89d Mon Sep 17 00:00:00 2001 From: davidlmobley <dmobley@gmail.com> Date: Fri, 29 May 2015 13:29:55 -0700 Subject: [PATCH] Update version info in setup.py and add thanks. --- setup.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 25885f4..2ec6197 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,11 @@ -"""Alchemical Analysis +"""Alchemical Analysis: An open tool implementing some recommended practices for analyzing alchemical free energy calculations +# Copyright 2011-2015 UC Irvine and the Authors See: https://github.com/MobleyLab/alchemical-analysis + +For the code in setup.py, particular thanks go to: +- James "Wes" Barnett """ # Always prefer setuptools over distutils @@ -22,7 +26,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.1.0', + version='1.0.1', description='Alchemical Analysis', long_description=long_description,