From f3e88559b0525de245028b93a0735e42d98420aa Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 5 May 2014 22:52:31 +0200 Subject: [PATCH] bumpt release to 1.0.4 --- rfc3161/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rfc3161/__init__.py b/rfc3161/__init__.py index 6e088d4..41c500e 100644 --- a/rfc3161/__init__.py +++ b/rfc3161/__init__.py @@ -2,4 +2,4 @@ from types import * from constants import * from api import * -VERSION = '1.0.3' +VERSION = '1.0.4' diff --git a/setup.py b/setup.py index 0bef13a..86cc846 100755 --- a/setup.py +++ b/setup.py @@ -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',