diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-17 23:28:05 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-17 23:28:05 -0400 |
commit | 0f7776f7af16a0ea78156b3210658c3ca41f576f (patch) | |
tree | 65b4751f50211321ca7f7bf5c3a7f8201bc39c92 /setup.py | |
parent | 41e8d1871e067656c6df03edf49bee6d8ae9f02c (diff) | |
download | fork-ledger-0f7776f7af16a0ea78156b3210658c3ca41f576f.tar.gz fork-ledger-0f7776f7af16a0ea78156b3210658c3ca41f576f.tar.bz2 fork-ledger-0f7776f7af16a0ea78156b3210658c3ca41f576f.zip |
Updated the version number to 2.6.1.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import os libs = ["amounts", "boost_python", "gmp"] setup(name = "Amounts", - version = "2.6.0.90", + version = "2.6.1", description = "Amounts and Commodities Library", author = "John Wiegley", author_email = "johnw@newartisans.com", |