From 67d295d306968ce8fccc46c3dfb9e50e9080d74f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 30 Jul 2011 23:11:46 +0200 Subject: [PATCH] Bump version to 0.9.4. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d23c05edb..63bdf8200 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.3" +PAKFIRE_VERSION = "0.9.4" _pakfire_module_files = [os.path.join("src", f) for f in os.listdir("src") if f.endswith(".c")] -- 2.39.5