From 96c3f7fae1e0732bc44e33e197d3b676e45a694a Mon Sep 17 00:00:00 2001 From: Pierre Gay Date: Tue, 8 Jan 2019 11:12:40 +0100 Subject: [PATCH] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 023181b..fcf9a96 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ scripts = glob.glob( "scripts/i*" ) setup( name = 'mcia-irods-utils', - version = '0.7.8', + version = '0.7.9', description = 'MCIA\'s iCommands utilities', author = 'Pierre Gay', author_email = 'pierre.gay@u-bordeaux.fr',