diff options
author | John Wiegley <johnw@newartisans.com> | 2008-04-13 05:09:39 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 05:09:39 -0400 |
commit | e7b8e39977c8993068a75968c21b72aeb9fce55c (patch) | |
tree | 4ca426098839d36660004e0e292024e2de2baa1a /setup.py | |
parent | 8c1623193835738341c06a4761a22d79f1d202b9 (diff) | |
download | ledger-e7b8e39977c8993068a75968c21b72aeb9fce55c.tar.gz ledger-e7b8e39977c8993068a75968c21b72aeb9fce55c.tar.bz2 ledger-e7b8e39977c8993068a75968c21b72aeb9fce55c.zip |
Increased version to 2.6.0.90 and added documentation for this release.
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", + version = "2.6.0.90", description = "Amounts and Commodities Library", author = "John Wiegley", author_email = "johnw@newartisans.com", |