From ccb9327a97da2ea43490a356d072077c91a87bf9 Mon Sep 17 00:00:00 2001 From: David Dotson Date: Sun, 19 Feb 2017 20:43:41 -0700 Subject: [PATCH] Release 0.1.0.a0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f05ff845..ff3745f7 100755 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ from setuptools import setup, find_packages setup(name='alchemlyb', - version='0.1.0-dev', - description='data munging and analysis library for alchemical free energy calculations', + version='0.1.0.a0', + description='the simple alchemistry library', author='David Dotson', author_email='dotsdl@gmail.com', classifiers=[