From 84807318e6b3d7f3ad4016735cb433317986a519 Mon Sep 17 00:00:00 2001 From: nfahlgren Date: Tue, 24 Oct 2017 11:59:53 -0500 Subject: [PATCH] Updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dfa247c07..f309dccaa 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def run_tests(self): # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='2.0.dev0', + version='2.1', description='An image processing package for plant phenotyping.', long_description=long_description,