Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Aug 6, 2015
1 parent 424eb91 commit d683c39
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.5.dev"
__version__ = "0.6"

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

0 comments on commit d683c39

Please sign in to comment.