From: Shikhar Bhushan Date: Fri, 6 Nov 2009 15:25:47 +0000 (+0100) Subject: version = 0.2alpha X-Git-Tag: 0.2a^0 X-Git-Url: https://code.grnet.gr/git/ncclient/commitdiff_plain/e522afbf48c49b0b333a2ded57e1012b3ceff6e7 version = 0.2alpha --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 230662d..d0d199b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -47,7 +47,7 @@ copyright = u'2009, Shikhar Bhushan' # The short X.Y version. version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '0.2a' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index a11bc58..c52620e 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from distutils.core import setup setup(name='ncclient', - version='0.2', + version='0.2a', description="Python library for NETCONF clients", author="Shikhar Bhushan", author_email="shikhar@schmizz.net",