From 288edae808e5b95b82b3047a95b1b1de2ef01176 Mon Sep 17 00:00:00 2001 From: elie Date: Thu, 4 Jun 2015 15:11:38 +0000 Subject: minor fixes --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 516fc2b..6727728 100644 --- a/README +++ b/README @@ -12,7 +12,7 @@ FEATURES * Generic implementation of ASN.1 types (X.208) * Fully standard compliant BER/CER/DER codecs -* 100% Python, works with Python 2.4 up to Python 3.3 (beta 1) +* 100% Python, works with Python 2.4 up to Python 3.4 * MT-safe MISFEATURES @@ -31,8 +31,8 @@ $ easy_install pyasn1 or -$ tar zxf pyasn1-0.1.7.tar.gz -$ cd pyasn1-0.1.7 +$ tar zxf pyasn1-0.1.8.tar.gz +$ cd pyasn1-0.1.8 $ python setup.py install $ python setup.py test # run unit tests (optional) -- cgit v1.2.1