From 482a30abd81bdcd5929b9dc940df683652e29fcb Mon Sep 17 00:00:00 2001 From: Jim Rybarski Date: Fri, 4 Dec 2015 09:10:17 -0600 Subject: [PATCH] bumped version number to 2.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5c999f..42e7fc9 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "1.1.4" +VERSION = "2.0.0" setup( name="nd2reader",