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',