From ee0bbb70bb51d0edd436e4778e6e693693e6d428 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Wed, 14 Feb 2018 21:19:15 +0100 Subject: [PATCH] Raised version number to 0.0.4 --- python/sunbeam/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sunbeam/__init__.py b/python/sunbeam/__init__.py index c269c04e9..c8c1f8e5f 100644 --- a/python/sunbeam/__init__.py +++ b/python/sunbeam/__init__.py @@ -7,5 +7,5 @@ from .libsunbeam import action from .config import EclipseConfig from .parser import parse_deck, parse -__version__ = '0.0.3' +__version__ = '0.0.4' __license__ = 'GNU General Public License version 3'