From 832051a02e9407c32a8034c55f9d74ed80b17106 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Thu, 2 May 2013 10:47:53 +0200 Subject: [PATCH] Bumped version. --- NEWS | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 560aef4..b9ce441 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,3 @@ -* Version 0.0.5 (released 2013-04-30) +* Version 0.0.6 (released 2013-05-02) * Initial (internal) release. diff --git a/setup.py b/setup.py index 6295ad1..d3830a4 100755 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ class release(Command): setup( name='yubiadmin', - version='0.0.5', + version='0.0.6', author='Dain Nilsson', author_email='dain@yubico.com', maintainer='Yubico Open Source Maintainers',