summaryrefslogtreecommitdiff
path: root/lib/ansible/__init__.py
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-11-30 22:03:31 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2012-11-30 22:03:31 -0500
commit9afb7c1ed080d10cb83a90f40c880ffd6cf088c9 (patch)
treeaf887be67d27c3b2de015c80653424665c4486e6 /lib/ansible/__init__.py
parent17f31a2a7974e861a6d9530e50bd89ab9db11816 (diff)
downloadansible-9afb7c1ed080d10cb83a90f40c880ffd6cf088c9.tar.gz
Get ready to release 0.9
Diffstat (limited to 'lib/ansible/__init__.py')
-rw-r--r--lib/ansible/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index 04a2b516e7..dc837a73b9 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__ = '0.9'
+__version__ = '1.0'
__author__ = 'Michael DeHaan'