Release bump to start development on 0.6

This commit is contained in:
Michael DeHaan 2012-07-04 14:03:59 -04:00
commit a490213d45
7 changed files with 21 additions and 9 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.5'
__version__ = '0.6'
__author__ = 'Michael DeHaan'