From 27e58764d6f51e8d0660ce5c106c13f536f92354 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Sat, 2 Nov 2013 19:12:12 +1100 Subject: [PATCH] Version not yet released --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 101db7f..0afc3ff 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup(name = "gala", - version = "1.0", + version = "0.1-dev", url = "https://github.com/jni/gala", description = "Gala is a python library for performing and evaluating image segmentation.", long_description = "Gala is a python library for performing and evaluating of image segmentation. It supports n-dimensional images (images, volumes, videos, videos of volumes...) and multiple channels per image.",