From 41ab7cfdb723923cab82b3b03d89b16cbcc52d8d Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Sat, 29 Sep 2018 12:00:07 -0400 Subject: [PATCH] Bump version to 4.2.0-rc. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d85300..0530d59 100644 --- a/setup.py +++ b/setup.py @@ -128,7 +128,7 @@ ext_py_mods = [Extension('setools.policyrep', ['setools/policyrep.pyx'], '-fno-exceptions'])] setup(name='setools', - version='4.2.0-beta', + version='4.2.0-rc', description='SELinux Policy tools.', author='Chris PeBenito', author_email='pebenito@ieee.org',