Skip to content

Commit

Permalink
bump version to 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
thiell committed Dec 9, 2019
1 parent 86fb9c0 commit 4cc037f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions sasutils.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Name: sasutils
Version: 0.3.9
Version: 0.3.10
Release: 1%{?dist}
Summary: Serial Attached SCSI (SAS) utilities

License: ASL 2.0
URL: https://github.com/stanford-rc/sasutils
Source0: https://files.pythonhosted.org/packages/source/s/%{name}/%{name}-%{version}.tar.gz
Source0: https://github.com/stanford-rc/sasutils/archive/v%{version}/%{name}-%{version}.tar.gz

BuildArch: noarch
BuildRequires: python3-devel
Expand Down Expand Up @@ -51,6 +51,10 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/
%license LICENSE.txt

%changelog
* Sun Dec 08 2019 Stephane Thiell <[email protected]> 0.3.10-1
- update version
- update Source to download from GitHub directly

* Tue Aug 29 2017 Stephane Thiell <[email protected]> 0.3.9-1
- update version

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2016, 2017
# Copyright (C) 2016, 2017, 2018, 2019
# The Board of Trustees of the Leland Stanford Junior University
# Written by Stephane Thiell <[email protected]>
#
Expand All @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.3.9'
VERSION = '0.3.10'

setup(name='sasutils',
version=VERSION,
Expand Down

0 comments on commit 4cc037f

Please sign in to comment.