diff --git a/python3-pywmi-wbem.spec b/python3-pywmi-wbem.spec index 63bd13b..fae34a8 100644 --- a/python3-pywmi-wbem.spec +++ b/python3-pywmi-wbem.spec @@ -1,7 +1,7 @@ %global modname pywmi-wbem Name: python3-%{modname} -Version: 0.3.2 -Release: 1%{?dist} +Version: 0.3.3 +Release: 2%{?dist} Summary: Library for WMI interaction License: MIT diff --git a/setup.py b/setup.py index 935eec0..5c11cde 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pywmi-wbem', - version='0.3.2', + version='0.3.3', description='Library for WMI interaction and Nagios checks', author='David Voit, Alexander Lex', author_email='david.voit@ams-osram.com, alexander.lex@ams-osram.com',