From 87a37d9f332dee4d8ce78882acdbca1635680317 Mon Sep 17 00:00:00 2001 From: mdehoon Date: Fri, 28 Oct 2005 19:41:02 +0000 Subject: [PATCH] Updated version number in setup.py for 1.41 release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b25a9d7dcc8..fae267ae844 100644 --- a/setup.py +++ b/setup.py @@ -508,7 +508,7 @@ def run (self): setup( name='biopython', - version='1.40b', + version='1.41', author='The Biopython Consortium', author_email='biopython@biopython.org', url='http://www.biopython.org/',