Set __version__ to 0.1.2

This commit is contained in:
Joakim Hove
2018-11-06 11:18:00 +01:00
parent c4b9378245
commit b7fc40078b

View File

@@ -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'