From 5d0d60a08d1c89c463d7870cc4346d2237ad1ff9 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 5 May 2014 16:14:19 +0200 Subject: [PATCH] bump release to 1.0.2 (bis) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f92ea9..c078b80 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ class TestCommand(Command): t.run(tests) setup(name='rfc3161', - version='1.0.1', + version='1.0.2', license='MIT', url='https://dev.entrouvert.org/projects/python-rfc3161', description='Python implementation of the RFC3161 specification, using pyasn1',