Skip to content

Commit

Permalink
new release with bug fixes in nansat (at 0.6.1) and one in openwind
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenwh committed Dec 4, 2014
1 parent b1706e1 commit 6997301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Modified: Morten Wergeland Hansen
#
# Created: 19.11.2014
# Last modified:21.11.2014 14:38
# Last modified:04.12.2014 12:15
# Copyright: (c) NERSC
# License: GNU General Public License
#-------------------------------------------------------------------------------
Expand All @@ -20,7 +20,7 @@
LONG_DESCRIPTION = "A python package for estimating high resolution wind from SAR images"
MAJOR = 0
MINOR = 6
MICRO = 0
MICRO = 1
# 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)
Expand All @@ -39,7 +39,7 @@
try:
import nansat
except ImportError:
raise ImportError(import_error_msg %(MAJOR,MINOR,MICRO,'nansat v0.6'))
raise ImportError(import_error_msg %(MAJOR,MINOR,MICRO,'nansat v0.6.1'))

#----------------------------------------------------------------------------#
# Install package
Expand Down

0 comments on commit 6997301

Please sign in to comment.