bump release to 1.0.3

This commit is contained in:
Benjamin Dauvergne 2014-05-05 16:27:46 +02:00
parent deacdcb6eb
commit 66080bbed4
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ from types import *
from constants import *
from api import *
VERSION = '1.0.2'
VERSION = '1.0.3'

View File

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