bumpt release to 1.0.4

This commit is contained in:
Benjamin Dauvergne 2014-05-05 22:52:31 +02:00
parent f5ec26967c
commit f3e88559b0
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 = '1.0.3'
VERSION = '1.0.4'

View File

@ -22,7 +22,7 @@ class TestCommand(Command):
t.run(tests)
setup(name='rfc3161',
version='1.0.3',
version='1.0.4',
license='MIT',
url='https://dev.entrouvert.org/projects/python-rfc3161',
description='Python implementation of the RFC3161 specification, using pyasn1',