diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ansible/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 90de3bc537..1bd3757922 100644 --- a/lib/ansible/__init__.py +++ b/lib/ansible/__init__.py @@ -1,4 +1,4 @@ -# (c) 2012, Michael DeHaan <michael.dehaan@gmail.com> +# (c) 2012-2013, Michael DeHaan <michael.dehaan@gmail.com> # # This file is part of Ansible # @@ -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.2' +__version__ = '1.3' __author__ = 'Michael DeHaan' |