From 0e9ca2a7b578a571bbe8742c7adf1c6568a10683 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 20 Jul 2011 20:40:08 +0200 Subject: [PATCH] Bump version 0.9.3. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 934185532..d23c05edb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import Extension, setup from DistUtilsExtra.command import * -PAKFIRE_VERSION = "0.9.2" +PAKFIRE_VERSION = "0.9.3" _pakfire_module_files = [os.path.join("src", f) for f in os.listdir("src") if f.endswith(".c")] -- 2.39.5