1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Bump version in devel now that stable-2.0 has been branched

This commit is contained in:
Abhijit Menon-Sen 2015-12-02 17:57:53 +05:30
parent f78e27b082
commit 22381be253

View file

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