Fix up some version related things on the devel branch.

This commit is contained in:
Michael DeHaan 2013-02-01 21:38:21 -05:00
commit 318e3302fb
9 changed files with 31 additions and 46 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__ = '1.0'
__version__ = '1.1'
__author__ = 'Michael DeHaan'