From ad9097b44b171e763283d8432526e7c00f64991c Mon Sep 17 00:00:00 2001 From: Jonathan Wright Date: Fri, 28 Sep 2018 11:43:31 +0200 Subject: [PATCH] Bump to version 1.9.0 --- ImageD11/__init__.py | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ImageD11/__init__.py b/ImageD11/__init__.py index fb1dfa52..f0ca9814 100644 --- a/ImageD11/__init__.py +++ b/ImageD11/__init__.py @@ -1,7 +1,7 @@ """ ImageD11 - image analysis software for beamline ID11 at the ESRF -Copyright (C) 2005-2011 Jon Wright +Copyright (C) 2005-2018 Jon Wright This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,6 +18,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -__version__ = "1.8.0" +__version__ = "1.9.0" __author__ = 'Jon Wright', __author_email__ = 'wright@esrf.fr' diff --git a/setup.py b/setup.py index 9a9ed597..caeca1ca 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # ImageD11_v1.0 Software for beamline ID11 -# Copyright (C) 2005-2007 Jon Wright +# Copyright (C) 2005-2018 Jon Wright # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -82,7 +82,7 @@ # See the distutils docs... setup(name='ImageD11', - version='1.8.0', + version='1.9.0', author='Jon Wright', author_email='wright@esrf.fr', description='ImageD11',