From c60990e7e7c5c46725dfd7db1b712cccc29ed13e Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Tue, 22 Oct 2013 15:18:46 +0200 Subject: python: bumped egg versions to 0.4.0 --- src/python/lmi/base/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python/lmi') diff --git a/src/python/lmi/base/__init__.py b/src/python/lmi/base/__init__.py index 6525ea3..a305ede 100644 --- a/src/python/lmi/base/__init__.py +++ b/src/python/lmi/base/__init__.py @@ -20,4 +20,4 @@ Common utilities for OpenLMI python projects. """ -__version__ = "0.3.0" +__version__ = "0.4.0" -- cgit