Skip to content

Commit 110ed1d

Browse files
committed
Tagged version 1.0.0pr3
1 parent 0da75c3 commit 110ed1d

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,4 @@ Report bugs here: https://github.com/CellProfiler/python-bioformats/issues
1818
python-bioformats is licensed under the BSD license. See the
1919
accompanying file LICENSE for details.
2020

21-
Copyright (c) 2003-2009 Massachusetts Institute of Technology
22-
Copyright (c) 2009-2013 Broad Institute
23-
All rights reserved.
21+
Copyright (c) 2009-2014 Broad Institute. All rights reserved.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '1.0'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.0.0pr2'
53+
release = '1.0.0pr3'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="python-bioformats",
5-
version="1.0.0pr2",
5+
version="1.0.0pr3",
66
description="Read and write life sciences file formats",
77
long_description='''Python-bioformats is a Python wrapper for Bio-Formats, a standalone
88
Java library for reading and writing life sciences image file

0 commit comments

Comments
 (0)