Skip to content

Commit

Permalink
set "0.0.0.dev" as version number on master branch
Browse files Browse the repository at this point in the history
that way it's clear that installations from a certain commit state are
no release version installations and in addition any version comparison
will prefer proper releases.
  • Loading branch information
megies committed Sep 27, 2016
1 parent c437c09 commit 8a60881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pySW4/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"""
from __future__ import absolute_import, print_function, division

__version__ = '0.2.0'
__version__ = '0.0.0.dev'

from .core.image import read_image
from .plotting.drape import drape_plot
Expand Down

0 comments on commit 8a60881

Please sign in to comment.