From f8e12bbfd3308f98b584a6f418228ecfabad8a62 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Sat, 10 Nov 2018 08:45:36 -0500 Subject: [PATCH] Update version for 4.2.0 release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0530d59..e075a00 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-rc', + version='4.2.0', description='SELinux Policy tools.', author='Chris PeBenito', author_email='pebenito@ieee.org',