Version bump for 0.3 release

This commit is contained in:
Michael DeHaan 2012-04-23 21:11:43 -04:00
commit 4d62510997
4 changed files with 12 additions and 3 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.0.2'
__version__ = '0.3'
__author__ = 'Michael DeHaan'