Skip to content

Commit

Permalink
FIX: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Oct 3, 2018
1 parent 6c82823 commit b888962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surfer/__init__.py
Original file line number Diff line number Diff line change
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.9.dev0"
__version__ = "0.9.0"

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

0 comments on commit b888962

Please sign in to comment.