Fix the version number

This commit is contained in:
Toshio Kuratomi 2016-04-29 14:01:14 -07:00
parent 1e5708514b
commit d5585220a4

View file

@ -19,5 +19,5 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.1.0'
__version__ = '2.1.0.0'
__author__ = 'Ansible, Inc.'