Skip to content

Commit

Permalink
changed nansat version info
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenwh committed Aug 11, 2016
1 parent 53e9025 commit 755658d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
try:
import nansat
except ImportError:
raise ImportError(import_error_msg %(MAJOR,MINOR,MICRO,'nansat v0.6.9'))
raise ImportError(import_error_msg %(MAJOR,MINOR,MICRO,'nansat v0.6.14'))

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

0 comments on commit 755658d

Please sign in to comment.