From 4c916a8d7ef68f11fa50bb23fba1993666677b6b Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Mon, 21 Jun 2010 08:14:20 +0200 Subject: [PATCH] bump dev version --- pyweb/mumble/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyweb/mumble/__init__.py b/pyweb/mumble/__init__.py index b859eb1..3036184 100644 --- a/pyweb/mumble/__init__.py +++ b/pyweb/mumble/__init__.py @@ -14,7 +14,7 @@ * GNU General Public License for more details. """ -version = { 'major': 2, 'minor': 2, 'beta': None } +version = { 'major': 2, 'minor': 3, 'beta': None } if version['beta']: version_str = "v%(major)d.%(minor)dbeta%(beta)d" % version