Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit e522afb

Browse files
committed
version = 0.2alpha
1 parent e3b66e4 commit e522afb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '0.2'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '0.2'
50+
release = '0.2a'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from distutils.core import setup
1616

1717
setup(name='ncclient',
18-
version='0.2',
18+
version='0.2a',
1919
description="Python library for NETCONF clients",
2020
author="Shikhar Bhushan",
2121
author_email="[email protected]",

0 commit comments

Comments
 (0)