bump release to 1.0.1

This commit is contained in:
Benjamin Dauvergne 2014-04-25 11:56:00 +02:00
parent eafa05a0d0
commit 2dc2bf001c
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.0'
VERSION = '1.0.1'

View File

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