Skip to content

Commit

Permalink
Update version info in setup.py and add thanks.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlmobley committed May 29, 2015
1 parent be23e5a commit a328823
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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,
Expand Down

0 comments on commit a328823

Please sign in to comment.