Skip to content

Commit

Permalink
bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thiell committed Feb 20, 2017
1 parent d17c4c3 commit 98bcb66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion sasutils.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -45,6 +45,9 @@ rm -rf %{buildroot}
%{_bindir}/ses_report

%changelog
* Mon Feb 20 2017 Stephane Thiell <[email protected]> 0.3.1-1
- update version

* Sun Feb 19 2017 Stephane Thiell <[email protected]> 0.3.0-1
- update version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 98bcb66

Please sign in to comment.