-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from jonwright/master
Bump to version 1.9.0
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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__ = '[email protected]' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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='[email protected]', | ||
description='ImageD11', | ||
|