bump release to 1.0.6

This commit is contained in:
Benjamin Dauvergne 2015-01-22 14:47:16 +01:00
parent a88ee920ff
commit 0d7e910247
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.5'
VERSION = '1.0.6'

View File

@ -22,7 +22,7 @@ class TestCommand(Command):
t.run(tests)
setup(name='rfc3161',
version='1.0.4',
version='1.0.6',
license='MIT',
url='https://dev.entrouvert.org/projects/python-rfc3161',
description='Python implementation of the RFC3161 specification, using pyasn1',