We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e9025 commit 755658dCopy full SHA for 755658d
1 file changed
setup.py
@@ -39,7 +39,7 @@
39
try:
40
import nansat
41
except ImportError:
42
- raise ImportError(import_error_msg %(MAJOR,MINOR,MICRO,'nansat v0.6.9'))
+ raise ImportError(import_error_msg %(MAJOR,MINOR,MICRO,'nansat v0.6.14'))
43
44
#----------------------------------------------------------------------------#
45
# Install package
0 commit comments