From 2e71772adfd9eb555af51c717416090cddd3c83d Mon Sep 17 00:00:00 2001 From: mortenwh Date: Wed, 10 Aug 2016 10:39:50 +0200 Subject: [PATCH] changed openwind version in setup.py - the version combination between openwind and nansat should now be correct --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4df78ef..34efbc5 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ LONG_DESCRIPTION = "A python package for estimating high resolution wind from SAR images" MAJOR = 0 MINOR = 6 -MICRO = 1 +MICRO = 2 # Make sure to tag releases as "v%d.%d.%d" %(MAJOR, MINOR, MICRO) URL = "https://github.com/nansencenter/openwind" DOWNLOAD_URL = "https://github.com/nansencenter/openwind/archive/v%d.%d.%d.tar.gz" %(MAJOR, MINOR, MICRO)