Updated ansible version to align with RPM package

pull/4420/head
Dag Wieers 2012-12-01 16:37:10 +01:00
parent 7a6267ec36
commit c65c00cb34
1 changed files with 1 additions and 1 deletions

View File

@ -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__ = '0.9'
__version__ = '1.0'
__author__ = 'Michael DeHaan'