From 66080bbed41953b0e10b35b97649dde2feaa6ea5 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 5 May 2014 16:27:46 +0200 Subject: [PATCH] bump release to 1.0.3 --- rfc3161/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rfc3161/__init__.py b/rfc3161/__init__.py index 61564bf..6e088d4 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.2' +VERSION = '1.0.3' diff --git a/setup.py b/setup.py index ea26d87..88c27a6 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ class TestCommand(Command): t.run(tests) setup(name='rfc3161', - version='1.0.2', + version='1.0.3', license='MIT', url='https://dev.entrouvert.org/projects/python-rfc3161', description='Python implementation of the RFC3161 specification, using pyasn1',