Skip to content

Commit 8a60881

Browse files
committed
set "0.0.0.dev" as version number on master branch
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.
1 parent c437c09 commit 8a60881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySW4/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"""
2727
from __future__ import absolute_import, print_function, division
2828

29-
__version__ = '0.2.0'
29+
__version__ = '0.0.0.dev'
3030

3131
from .core.image import read_image
3232
from .plotting.drape import drape_plot

0 commit comments

Comments
 (0)