From ba88ff60add8244533263e870d9d5d2bc211cf45 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Mon, 29 Apr 2013 13:06:20 +0200 Subject: [PATCH] Changed version. --- NEWS | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5a8eb8b..6c155e7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,3 @@ -* Version 0.0.1 (released 2013-04-29) +* Version 0.0.2 (released 2013-04-29) * Initial (internal) release. diff --git a/setup.py b/setup.py index 8bf06b8..73f2b0a 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ from setuptools import setup setup( name='yubiadmin', - version='0.0.1', + version='0.0.2', author='Dain Nilsson', author_email='dain@yubico.com', maintainer='Yubico Open Source Maintainers',