Skip to content

Commit fdb27ce

Browse files
committed
Tagged version 1.0.0pr2.
1 parent a1cac35 commit fdb27ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.0pr1'
53+
release = '1.0.0pr2'
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.0pr1",
5+
version="1.0.0pr2",
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)