bump release to 0.1.8

This commit is contained in:
Benjamin Dauvergne 2013-10-17 11:28:05 +02:00
parent 13a8032419
commit 497a0f4a87
4 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,3 @@ include tests/*.py
recursive-include data *.crt
recursive-include spec *.asn88
include README.rst

View File

@ -2,4 +2,4 @@ from types import *
from constants import *
from api import *
VERSION = '0.1.7'
VERSION = '0.1.8'

View File

@ -23,8 +23,9 @@ class TestCommand(Command):
t.run(tests)
setup(name='rfc3161',
version='0.1.7',
version='0.1.8',
license='MIT',
url='https://dev.entrouvert.org/projects/python-rfc3161',
description='Python implementation of the RFC3161 specification, using pyasn1',
author='Benjamin Dauvergne',
author_email='bdauvergne@entrouvert.com',