summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-17 23:28:05 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-17 23:28:05 -0400
commit0f7776f7af16a0ea78156b3210658c3ca41f576f (patch)
tree65b4751f50211321ca7f7bf5c3a7f8201bc39c92 /setup.py
parent41e8d1871e067656c6df03edf49bee6d8ae9f02c (diff)
downloadfork-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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9e2cbbd5..0c78cb19 100755
--- a/setup.py
+++ b/setup.py
@@ -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",