summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rwxr-xr-xpython/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index e040f51d..1e67fb00 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -8,7 +8,7 @@ defines = [('PYTHON_MODULE', 1)]
libs = os.environ["PYLIBS"].split()
setup(name = "Ledger",
- version = "2.7",
+ version = os.environ["VERSION"],
description = "Ledger Accounting Library",
author = "John Wiegley",
author_email = "johnw@newartisans.com",