summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2007-10-12 22:01:40 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2007-10-12 22:01:40 +0000
commitee014fee8850ab19d35a16ac769ba94104459dea (patch)
treefce16433f958c4540015d5a961f54942920d2f91
parenta5055df146d46033370128ba15be0e852d2d0d08 (diff)
parent7d80fcff5b392a16294f647d550cf588338fd9b2 (diff)
downloadm2crypto-0.18.2.tar.gz
git-svn-id: http://svn.osafoundation.org/m2crypto/tags/0.18.2@598 2715db39-9adf-0310-9c64-84f055769b4b0.18.2
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5064c73..bfb147a 100644
--- a/setup.py
+++ b/setup.py
@@ -132,7 +132,7 @@ m2crypto = Extension(name = 'M2Crypto.__m2crypto',
)
setup(name = 'M2Crypto',
- version = '0.18.1',
+ version = '0.18.2',
description = 'M2Crypto: A Python crypto and SSL toolkit',
long_description = 'M2Crypto is a wrapper for OpenSSL using SWIG.',
license = 'BSD-style license',