Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <dax@happycoders.org>2008-03-08 23:00:27 +0300
committerDavid Rousselie <dax@happycoders.org>2008-03-08 23:00:27 +0300
commit5277e7f6133ab3053d24c30b1fdf637ff4bfc7b5 (patch)
treeb0f59b8a8c6a7ff5a11d59ad9f9d0f2add1306ef /setup.py
parent4f65920aac12cd2beea9aa099c03d2b7ff1d4a39 (diff)
Set JCL version to 0.1 beta 1
darcs-hash:20080308200027-86b55-fa1d747703439383e78351257a862b131917adb0.gz
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',