Releasing OpenCAFE v0.3.1

Change-Id: I11a33b5074efbeafec8eeea6bb7286910dd29398
This commit is contained in:
Jose Idar 2016-06-29 14:45:57 -05:00
parent dcd29f3253
commit cc8e307f7b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ for dirpath, directories, filenames in os.walk(dir_path):
setup(
name='opencafe',
version='0.3.0',
version='0.3.1',
description='The Common Automation Framework Engine',
long_description='{0}'.format(open('README.rst').read()),
author='CafeHub',