From fc02790a4edbb5d542b1bba377d55055ce0dc0e6 Mon Sep 17 00:00:00 2001 From: Maurice Ling Date: Fri, 17 Jan 2014 22:32:04 +0800 Subject: [PATCH] update to version 1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f8b145a..696a6a7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ pass setup(name='digital organism simulation environment', - version='1.0.0', + version='1.0.1', download_url='https://github.com/mauriceling/dose/releases', packages=['dose', 'dose.copads'],