From 1afa4e920af6a147e4acf9262a992c36facf2c76 Mon Sep 17 00:00:00 2001 From: John Wiggins Date: Thu, 25 May 2017 11:38:45 +0200 Subject: [PATCH] Bump the version to 0.0.2 for tagging --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b94f867..a8cbb46 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ requirements.append('machotools') setup(name='rpathology', - version='0.0.1', + version='0.0.2', author='John Wiggins', author_email='john.wiggins@xfel.eu', description='A library for dealing with executable RPATHs',