diff options
Diffstat (limited to 'python')
-rwxr-xr-x | python/setup.py | 2 |
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", |