Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Feb 21, 2020
1 parent 6962fe9 commit f576145
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.10.dev0"
__version__ = "0.10.0"

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

0 comments on commit f576145

Please sign in to comment.