From 5277e7f6133ab3053d24c30b1fdf637ff4bfc7b5 Mon Sep 17 00:00:00 2001 From: David Rousselie Date: Sat, 8 Mar 2008 21:00:27 +0100 Subject: [PATCH] Set JCL version to 0.1 beta 1 darcs-hash:20080308200027-86b55-fa1d747703439383e78351257a862b131917adb0.gz --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5886050..2e55704 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from setuptools import setup, find_packages setup(name='jcl', - version='0.1', + version='0.1b1', description='Jabber Component Library', author='David Rousselie', author_email='dax@happycoders.org',