summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-10-21 14:11:16 -0600
committerJohn Wiegley <johnw@newartisans.com>2008-10-21 14:11:16 -0600
commit6a64e44e648f25402aa470057a516776e3f0dcd8 (patch)
treea82bb49a39e698c4e804a77bedfc15dc8cbbda85 /setup.py
parent7fafe185c0c7d3e1bcf34126310c3a1959059803 (diff)
downloadfork-ledger-6a64e44e648f25402aa470057a516776e3f0dcd8.tar.gz
fork-ledger-6a64e44e648f25402aa470057a516776e3f0dcd8.tar.bz2
fork-ledger-6a64e44e648f25402aa470057a516776e3f0dcd8.zip
Updated internal version number to 2.6.2.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ad85633b..cb5db502 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ defines = [('PYTHON_MODULE', 1)]
libs = ["amounts", "boost_python", "gmp"]
setup(name = "Amounts",
- version = "2.6.1",
+ version = "2.6.2",
description = "Amounts and Commodities Library",
author = "John Wiegley",
author_email = "johnw@newartisans.com",