bump version to 0.1.6

This commit is contained in:
Benjamin Dauvergne 2012-10-03 18:34:42 +02:00
parent 31e505b39b
commit fc8768d123
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
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.5'
VERSION = '0.1.6'

View File

@ -30,7 +30,7 @@ class TestCommand(Command):
t.run(tests)
setup(name='rfc3161',
version='0.1.5',
version='0.1.6',
license='MIT',
description='Python implementation of the RFC3161 specification, using pyasn1',
author='Benjamin Dauvergne',