From 802d23b54867df60ca2b64de7946332a4f2bbe09 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Mon, 18 Feb 2019 08:13:03 -0500 Subject: [PATCH] ENH: Set version to 2.0.0 Following the API change in the wrapping instantiations. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 74e8cfc..0d28922 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='itk-cuberille', - version='1.0.1', + version='2.0.0', author='Dan Mueller', author_email='itk+community@discourse.itk.org', packages=['itk'],