From 6f22f40e53cb185be853d60df17ca3ea31a6293d Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Sun, 10 Oct 2010 20:18:15 +0200 Subject: [PATCH] Bump version in setup_mucli.py --- pyweb/setup_mucli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyweb/setup_mucli.py b/pyweb/setup_mucli.py index 6b806d6..2ce43f4 100644 --- a/pyweb/setup_mucli.py +++ b/pyweb/setup_mucli.py @@ -18,7 +18,7 @@ from distutils.core import setup setup(name='mucli', - version="2.4beta2", + version="2.4beta3", description="Murmur Command Line Interface using Mumble-Django's connectors", author="Michael Ziegler", author_email='diese-addy@funzt-halt.net',