diff options
author | James Cammarata <jimi@sngx.net> | 2015-04-06 18:30:38 -0500 |
---|---|---|
committer | James Cammarata <jimi@sngx.net> | 2015-04-06 18:30:38 -0500 |
commit | f6c116a81fc19ed1470901b153a72b411b0e8cef (patch) | |
tree | e922a8096545fcfdd953ce13ed083d85a7291496 /lib/ansible/__init__.py | |
parent | 2244178c6da5faa5a235b1dfcf292521e8f6823c (diff) | |
download | ansible-f6c116a81fc19ed1470901b153a72b411b0e8cef.tar.gz |
Updating version to contain the full major/release
Diffstat (limited to 'lib/ansible/__init__.py')
-rw-r--r-- | lib/ansible/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 200ecb79e3..ba5ca83b72 100644 --- a/lib/ansible/__init__.py +++ b/lib/ansible/__init__.py @@ -14,5 +14,5 @@ # # You should have received a copy of the GNU General Public License # along with Ansible. If not, see <http://www.gnu.org/licenses/>. -__version__ = '2.0' +__version__ = '2.0.0' __author__ = 'Michael DeHaan' |