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