summaryrefslogtreecommitdiffstats
path: root/ipa-python/setup.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-python/setup.py.in')
-rw-r--r--ipa-python/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-python/setup.py.in b/ipa-python/setup.py.in
index a48b8e690..19940f38f 100644
--- a/ipa-python/setup.py.in
+++ b/ipa-python/setup.py.in
@@ -52,7 +52,7 @@ def setup_package():
try:
setup(
name = "ipa",
- version = "0.6.0",
+ version = "__VERSION__",
license = "GPL",
author = "Karl MacMillan, et.al.",
author_email = "kmacmill@redhat.com",