Revision e522afbf

b/docs/source/conf.py
47 47
# The short X.Y version.
48 48
version = '0.2'
49 49
# The full version, including alpha/beta/rc tags.
50
release = '0.2'
50
release = '0.2a'
51 51

  
52 52
# The language for content autogenerated by Sphinx. Refer to documentation
53 53
# for a list of supported languages.
b/setup.py
15 15
from distutils.core import setup
16 16

  
17 17
setup(name='ncclient',
18
      version='0.2',
18
      version='0.2a',
19 19
      description="Python library for NETCONF clients",
20 20
      author="Shikhar Bhushan",
21 21
      author_email="shikhar@schmizz.net",

Also available in: Unified diff