From 508c8d34880b8b479ce7f86d67ad8fae44de863b Mon Sep 17 00:00:00 2001 From: Manvendra Singh Date: Sun, 28 May 2017 01:10:34 +0530 Subject: [PATCH] setup.py: bump version to '3.0' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a39bb7322..d4ab114cc 100755 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ # extras_require = {} # TODO: to be removed when the above is added setup(name='schema-salad', - version='2.5', + version='3.0', description='Schema Annotations for Linked Avro Data (SALAD)', long_description=open(README).read(), author='Common workflow language working group',