fix version in setup.py

This commit is contained in:
Benjamin Dauvergne 2016-03-23 10:50:19 +01:00
parent fe20b03e7b
commit 83439c8973
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
from setuptools import setup
setup(name='rfc3161',
version='1.0.6',
version='1.0.7',
license='MIT',
url='https://dev.entrouvert.org/projects/python-rfc3161',
description='Python implementation of the RFC3161 specification, using pyasn1',