diff options
| author | Michal Minar <miminar@redhat.com> | 2013-10-22 15:18:46 +0200 |
|---|---|---|
| committer | Michal Minar <miminar@redhat.com> | 2013-10-24 10:28:30 +0200 |
| commit | c60990e7e7c5c46725dfd7db1b712cccc29ed13e (patch) | |
| tree | fe83fc14113a28181da6cf2c8227120e953a96fc /src/python/lmi | |
| parent | 82c2688adeda9286de8819a254c7d0ca1ef0669f (diff) | |
| download | openlmi-providers-c60990e7e7c5c46725dfd7db1b712cccc29ed13e.tar.gz openlmi-providers-c60990e7e7c5c46725dfd7db1b712cccc29ed13e.tar.xz openlmi-providers-c60990e7e7c5c46725dfd7db1b712cccc29ed13e.zip | |
python: bumped egg versions to 0.4.0
Diffstat (limited to 'src/python/lmi')
| -rw-r--r-- | src/python/lmi/base/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
