diff options
author | John Wiegley <johnw@newartisans.com> | 2008-10-21 14:11:16 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-10-21 14:11:16 -0600 |
commit | 6a64e44e648f25402aa470057a516776e3f0dcd8 (patch) | |
tree | a82bb49a39e698c4e804a77bedfc15dc8cbbda85 /setup.py | |
parent | 7fafe185c0c7d3e1bcf34126310c3a1959059803 (diff) | |
download | fork-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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |