From 3fdbac90cd4f49cc1eaeb510c8cb40f39903a52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Mon, 26 Mar 2018 23:31:38 -0400 Subject: [PATCH] Release python3-lxc 3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a95f942..bb21fbb 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ class LxcBuildExtCommand(BuildExtCommand): setup(name='python3-lxc', - version='3.0.0.beta1', + version='3.0.0', description='Python3 bindings for LXC', long_description='The lxc-python3 package contains LXC bindings for python3', license='LGPLv2+',