From 98bcb666b3c8254b39dd209702a8fb2eb22aa9bb Mon Sep 17 00:00:00 2001 From: Stephane Thiell Date: Mon, 20 Feb 2017 09:13:32 -0800 Subject: [PATCH] bump version to 0.3.1 --- sasutils.spec | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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,