diff --git a/python-linuxapi.spec b/python-linuxapi.spec index addd842..baaabba 100644 --- a/python-linuxapi.spec +++ b/python-linuxapi.spec @@ -1,7 +1,7 @@ %global srcname linuxapi Name: python-%{srcname} -Version: 1.0 +Version: 1.0.1 Release: 1%{?dist} Summary: Pure Python bindings for Linux standard library features License: GPL-2 @@ -41,5 +41,8 @@ rm -rf %{buildroot} %changelog +* Sat Sep 24 2016 Dustin C. Hatch 1.0.1-1 +- Update to version 1.0.1 + * Fri Sep 23 2016 Dustin C. Hatch 1.0-1 - New spec for pyhton-linuxapi diff --git a/setup.py b/setup.py index 0670ada..3002476 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name='linuxapi', - version='1.0', + version='1.0.1', description='Pure Python bindings for Linux standard library features', author='Dustin C. Hatch', author_email='dustin.hatch@firemon.com',