Commit 38c3f28f by Tim Bielawa

Version bump

parent 67824918
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 05/01/2012 .\" Date: 05/01/2012
.\" Manual: System administration commands .\" Manual: System administration commands
.\" Source: Ansible 0.3 .\" Source: Ansible 0.3.1
.\" Language: English .\" 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 .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
......
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 05/01/2012 .\" Date: 05/01/2012
.\" Manual: System administration commands .\" Manual: System administration commands
.\" Source: Ansible 0.3 .\" Source: Ansible 0.3.1
.\" Language: English .\" 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 .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
......
...@@ -14,5 +14,5 @@ ...@@ -14,5 +14,5 @@
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>. # along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__ = '0.3' __version__ = '0.3.1'
__author__ = 'Michael DeHaan' __author__ = 'Michael DeHaan'
...@@ -17,7 +17,7 @@ setup(name='ansible', ...@@ -17,7 +17,7 @@ setup(name='ansible',
author=__author__, author=__author__,
author_email='michael.dehaan@gmail.com', author_email='michael.dehaan@gmail.com',
url='http://ansible.github.com/', url='http://ansible.github.com/',
license='GPLv3', license='GPLv3+',
install_requires=['paramiko', 'jinja2', "PyYAML"], install_requires=['paramiko', 'jinja2', "PyYAML"],
package_dir={ 'ansible': 'lib/ansible' }, package_dir={ 'ansible': 'lib/ansible' },
packages=[ packages=[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment