bump version to 0.1.4

This commit is contained in:
Benjamin Dauvergne 2012-10-03 18:06:28 +02:00
parent 28c7696601
commit 9cc3a7661a
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.3'
VERSION = '0.1.4'

View File

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