From ba90e446c6d5a51c9ed392416f90b7bb56d11603 Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Mon, 15 Jan 2018 21:12:32 +0100 Subject: Add th ability to (un)load wrapper components through API Change-Id: I58a25dbc0479e416d471115885dab7ccfb27e18a --- python_moonutilities/python_moonutilities/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python_moonutilities/python_moonutilities/__init__.py') diff --git a/python_moonutilities/python_moonutilities/__init__.py b/python_moonutilities/python_moonutilities/__init__.py index bcd7e545..741ba4f6 100644 --- a/python_moonutilities/python_moonutilities/__init__.py +++ b/python_moonutilities/python_moonutilities/__init__.py @@ -3,6 +3,6 @@ # license which can be found in the file 'LICENSE' in this package distribution # or at 'http://www.apache.org/licenses/LICENSE-2.0'. -__version__ = "1.4.5" +__version__ = "1.4.6" -- cgit 1.2.3-korg