diff --git a/python3-pywmi-wbem.spec b/python3-pywmi-wbem.spec index e3bef76..63bd13b 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.1 -Release: 0%{?dist} +Version: 0.3.2 +Release: 1%{?dist} Summary: Library for WMI interaction License: MIT diff --git a/setup.py b/setup.py index 48e95dc..e382a90 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pywmi-wbem', - version='0.3.1', + version='0.3.2', 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',