Skip to content

Commit

Permalink
FIX: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Sep 26, 2017
1 parent fd5fa64 commit 1109be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surfer/__init__.py
Expand Up @@ -2,7 +2,7 @@
from .utils import Surface, verbose, set_log_level, set_log_file # noqa
from .io import project_volume_data # noqa

__version__ = "0.8.dev"
__version__ = "0.8.0"

set_log_file() # initialize handlers
set_log_level() # initialize logging level

0 comments on commit 1109be4

Please sign in to comment.