summaryrefslogtreecommitdiff
path: root/lib/ansible/__init__.py
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-09-06 18:56:38 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-09-06 18:56:38 -0400
commit975c323e390f6b3289ceb8cfe83861326814eab4 (patch)
tree6cdbf431caf8737a2a0d135f68bd2ac87dde87ab /lib/ansible/__init__.py
parent979b77843049a5a8e9a482cc902dac8df24c6af4 (diff)
downloadansible-975c323e390f6b3289ceb8cfe83861326814eab4.tar.gz
Release version bump
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 1b55e52e3a..73f13b44c4 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.7'
+__version__ = '0.8'
__author__ = 'Michael DeHaan'