Bump version: 0.2.2.dev0 → 0.2.2

This commit is contained in:
Gorka Eguileor
2018-08-24 17:20:27 +02:00
parent 836182bb01
commit fe4d66a024
4 changed files with 8 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ extras = {
setuptools.setup(
name='cinderlib',
version='0.2.2.dev0',
version='0.2.2',
description=("Cinder Library allows using storage drivers outside of "
"Cinder."),
long_description=readme + '\n\n' + history,