bump version to 0.1.5

This commit is contained in:
Benjamin Dauvergne 2012-10-03 18:07:56 +02:00
parent 9cc3a7661a
commit e9a57371ea
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.4'
VERSION = '0.1.5'

View File

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