diff --git a/rfc3161/__init__.py b/rfc3161/__init__.py index 6e088d4..41c500e 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.3' +VERSION = '1.0.4' diff --git a/setup.py b/setup.py index 0bef13a..86cc846 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ class TestCommand(Command): t.run(tests) setup(name='rfc3161', - version='1.0.3', + version='1.0.4', license='MIT', url='https://dev.entrouvert.org/projects/python-rfc3161', description='Python implementation of the RFC3161 specification, using pyasn1',