diff --git a/rfc3161/__init__.py b/rfc3161/__init__.py index a453af5..61564bf 100644 --- a/rfc3161/__init__.py +++ b/rfc3161/__init__.py @@ -2,4 +2,4 @@ from types import * from constants import * from api import * -VERSION = '1.0.1' +VERSION = '1.0.2'