bump release to 1.0.0

This commit is contained in:
Benjamin Dauvergne 2014-04-25 10:52:20 +02:00
parent 627af95b12
commit b8c021a8ff
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 = '0.1.9'
VERSION = '1.0.0'

View File

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