1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Bump version number for devel to 3.0

This commit is contained in:
Matthew Jones 2015-10-06 10:30:48 -04:00 committed by John Mitchell
parent aa9357fb14
commit e543a806ee

View File

@ -6,7 +6,7 @@ import sys
import warnings
import site
__version__ = '2.4.0'
__version__ = '3.0.0'
__all__ = ['__version__']