aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-29 12:15:01 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-29 12:15:01 +0200
commitf33bcabc7d1acffd85b90cc3312ccedfd44fc63e (patch)
treecc0612b359db7732c706c600cac3223d100dbfdd /setup.py
parente5a037a619a73435a7c9fe8105fdeaabae68e42d (diff)
Bump version to 0.0.4
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 4877532..d7d0f3c 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@
from setuptools import setup
setup(name="foreman_ansible_inventory",
- version="0.0.3",
+ version="0.0.4",
author=u'Guido Günther',
author_email='agx@sigxcpu.org',
description='Ansible dynamic inventory that queries the Foreman',