From 6fa3f2cd8337198fc9e3db2c8e11b9d21374607a Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Sun, 11 Dec 2016 16:35:06 -0500 Subject: [PATCH] Release 4.1.0-rc. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be94e78e..06815151 100644 --- a/setup.py +++ b/setup.py @@ -171,7 +171,7 @@ def run(self): extra_objects=[static_sepol])] setup(name='setools', - version='4.1-dev', + version='4.1.0-rc', description='SELinux Policy tools.', author='Tresys Technology, LLC', author_email='setools@tresys.com',