diff --git a/python/sunbeam/__init__.py b/python/sunbeam/__init__.py index 923e90d08..d0af60473 100644 --- a/python/sunbeam/__init__.py +++ b/python/sunbeam/__init__.py @@ -6,5 +6,5 @@ from .config import EclipseConfig from .parser import parse, parse_string -__version__ = '0.0.6' +__version__ = '0.1.2' __license__ = 'GNU General Public License version 3'