Begin version 1.1 development

master
Dustin C. Hatch 2016-11-15 09:27:16 -06:00
parent 485fa1c558
commit 5970b83721
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
%global srcname linuxapi
Name: python-%{srcname}
Version: 1.0.1
Version: 1.1
Release: 1%{?dist}
Summary: Pure Python bindings for Linux standard library features
License: GPL-2
@ -41,6 +41,9 @@ rm -rf %{buildroot}
%changelog
* Tue Nov 15 2016 Dustin C. Hatch <dustin.hatch@firemon.com> 1.1-1
- Update to version 1.1
* Sat Sep 24 2016 Dustin C. Hatch <dustin.hatch@firemon.com> 1.0.1-1
- Update to version 1.0.1

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name='linuxapi',
version='1.0.1',
version='1.1',
description='Pure Python bindings for Linux standard library features',
author='Dustin C. Hatch',
author_email='dustin.hatch@firemon.com',