Version bump

pull/286/head
Tim Bielawa 14 years ago
parent 67824918f0
commit 38c3f28ffb

@ -1 +1 @@
0.3
0.3.1

@ -4,10 +4,10 @@
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 05/01/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.3
.\" Source: Ansible 0.3.1
.\" Language: English
.\"
.TH "ANSIBLE\-PLAYBOOK" "1" "05/01/2012" "Ansible 0\&.3" "System administration commands"
.TH "ANSIBLE\-PLAYBOOK" "1" "05/01/2012" "Ansible 0\&.3\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

@ -4,10 +4,10 @@
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 05/01/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.3
.\" Source: Ansible 0.3.1
.\" Language: English
.\"
.TH "ANSIBLE" "1" "05/01/2012" "Ansible 0\&.3" "System administration commands"
.TH "ANSIBLE" "1" "05/01/2012" "Ansible 0\&.3\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

@ -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.3'
__version__ = '0.3.1'
__author__ = 'Michael DeHaan'

@ -17,7 +17,7 @@ setup(name='ansible',
author=__author__,
author_email='michael.dehaan@gmail.com',
url='http://ansible.github.com/',
license='GPLv3',
license='GPLv3+',
install_requires=['paramiko', 'jinja2', "PyYAML"],
package_dir={ 'ansible': 'lib/ansible' },
packages=[

Loading…
Cancel
Save