bump version to 0.1.7 (bis)

This commit is contained in:
Benjamin Dauvergne 2013-10-08 11:26:28 +02:00
parent 36499e8873
commit 7e1785a69e
1 changed files with 1 additions and 1 deletions

View File

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