From 0d7e910247c723bec1c2d17e68dae233a23b12a6 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 22 Jan 2015 14:47:16 +0100 Subject: [PATCH] bump release to 1.0.6 --- 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 d90f02f..63a2917 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.5' +VERSION = '1.0.6' diff --git a/setup.py b/setup.py index 84e7be8..903fb81 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ class TestCommand(Command): t.run(tests) setup(name='rfc3161', - version='1.0.4', + version='1.0.6', license='MIT', url='https://dev.entrouvert.org/projects/python-rfc3161', description='Python implementation of the RFC3161 specification, using pyasn1',