From d4f65915f32318502d8cdb41bad8ef8057c42c58 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 5 May 2014 16:13:41 +0200 Subject: [PATCH] bump release to 1.0.2 --- rfc3161/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'