From e7c0fb86c649a45055ab421dbaf3c4de1c4d0805 Mon Sep 17 00:00:00 2001 From: Sven Thiele Date: Wed, 21 May 2014 14:38:08 +0200 Subject: [PATCH] update to version 1.4.2 update CHANGES.txt --- CHANGES.txt | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 96aa231..8232c28 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +1.4.2 +---------- +use pyasp-1.3.3 1.4.1 ---------- use pyasp-1.3.1 diff --git a/setup.py b/setup.py index 387da42..e659b91 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def run(self): setup(cmdclass={'install': install}, name='meneco', - version='1.4.1', + version='1.4.2', url='http://pypi.python.org/pypi/meneco/', license='GPLv3+', description='Metabolic Network Completion. Compute minimal completions to your draft net with reactions from a repair net.',