From 403da9aee5a1d67859daeb251de64669a305728f Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Thu, 18 Feb 2016 09:46:09 -0500 Subject: [PATCH] Bump version for release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ddc3e41..5f89271 100644 --- a/setup.py +++ b/setup.py @@ -132,7 +132,7 @@ ext_py_mods = [Extension('setools.policyrep._qpol', swig_opts=['-Ilibqpol/include'])] setup(name='setools', - version='4.0.0-alpha3', + version='4.0.0-beta', description='SELinux Policy tools.', author='Tresys Technology, LLC', author_email='setools@tresys.com',