Updated ansible version to align with RPM package

This commit is contained in:
Dag Wieers
2012-12-01 16:37:10 +01:00
parent 7a6267ec36
commit c65c00cb34

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'