README | 3 +++ VERSION | 2 +- diff --git a/README b/README index 91e19806b4de6224deaf9b340e780b1b1f2d701facee883df4529c7f472081a6..1e05ff6c89f3a61ba410a1460cecdd0b021dd472b30959fb430a60b241213234 100644 --- a/README +++ b/README @@ -1,5 +1,8 @@ PyDERASN -- ASN.1 DER library for Python + I'm going to build my own ASN.1 library with slots and blobs! + (C) PyDERASN's author + * Basic ASN.1 data types (X.208): BOOLEAN, INTEGER, BIT STRING, OCTET STRING, NULL, OBJECT IDENTIFIER, ENUMERATED, all strings, UTCTime, GeneralizedTime, CHOICE, ANY, SEQUENCE (OF), SET (OF) diff --git a/VERSION b/VERSION index e224e77bf7ecd5b287819d199ce8a75dba225909a19a0679dd966dba7d61fa70..b356b4eb9f710c5a9a6e8a6f3f1c8adba4ba8a1dcf1e9c1b8eda995a468e6d65 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0 +1.1