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',