Set version to 0.0.6

This commit is contained in:
Joakim Hove
2018-03-21 12:39:17 +01:00
parent 0ae305fc5d
commit 83428bd716

View File

@@ -6,5 +6,5 @@ from .config import EclipseConfig
from .parser import parse, parse_string
__version__ = '0.0.5'
__version__ = '0.0.6'
__license__ = 'GNU General Public License version 3'