We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cac35 commit fdb27ceCopy full SHA for fdb27ce
2 files changed
docs/conf.py
@@ -50,7 +50,7 @@
50
# The short X.Y version.
51
version = '1.0'
52
# The full version, including alpha/beta/rc tags.
53
-release = '1.0.0pr1'
+release = '1.0.0pr2'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="python-bioformats",
5
- version="1.0.0pr1",
+ version="1.0.0pr2",
6
description="Read and write life sciences file formats",
7
long_description='''Python-bioformats is a Python wrapper for Bio-Formats, a standalone
8
Java library for reading and writing life sciences image file
0 commit comments