aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-03-23 19:54:54 +0100
committerGuido Günther <agx@sigxcpu.org>2016-03-23 19:55:26 +0100
commit93725a56e52eb5abf89db23428a50a23d27f361f (patch)
tree18a78918d276210b61adea44cc3bd7c6ac40e1ef /setup.py
parent0d52a129e223be61dbf54b221cfd2ba4bfc27c52 (diff)
Bump version to 0.0.3v0.0.3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f93a29e..1dbfc7e 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ from setuptools import setup, find_packages
import os
setup(name = "foreman_ansible_inventory",
- version = "0.0.1",
+ version = "0.0.3",
author = u'Guido Günther',
author_email = 'agx@sigxcpu.org',
description = 'Ansible dynamic inventory that queries the Foreman',