bump release to 0.1.9

This commit is contained in:
Benjamin Dauvergne 2013-10-22 11:29:30 +02:00
parent ab8724f5a5
commit 5e8b6f1450
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.8'
VERSION = '0.1.9'

View File

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