summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-04-13 05:09:39 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 05:09:39 -0400
commite7b8e39977c8993068a75968c21b72aeb9fce55c (patch)
tree4ca426098839d36660004e0e292024e2de2baa1a /setup.py
parent8c1623193835738341c06a4761a22d79f1d202b9 (diff)
downloadledger-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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5f79efa3..9e2cbbd5 100755
--- a/setup.py
+++ b/setup.py
@@ -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",