diff --git a/sasutils.spec b/sasutils.spec index 2c578bd..1b5af47 100644 --- a/sasutils.spec +++ b/sasutils.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: sasutils -Version: 0.3.0 +Version: 0.3.1 Release: 1%{?dist} Summary: Serial Attached SCSI (SAS) Linux utilities @@ -45,6 +45,9 @@ rm -rf %{buildroot} %{_bindir}/ses_report %changelog +* Mon Feb 20 2017 Stephane Thiell 0.3.1-1 +- update version + * Sun Feb 19 2017 Stephane Thiell 0.3.0-1 - update version diff --git a/setup.py b/setup.py index 9c6913b..f8837d0 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from setuptools import setup, find_packages import sys -VERSION = '0.3.0' +VERSION = '0.3.1' setup(name='sasutils', version=VERSION,