Skip to content

Commit

Permalink
Bumped version, redirected links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas-Schaub committed Apr 26, 2021
1 parent 277f2c2 commit d3deb28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.6
2.0.7
2 changes: 1 addition & 1 deletion requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sphinx_autodoc_typehints==1.11.1
sphinx-rtd-theme==0.5.0
./utils/polus-bfio-util/
.
numpy==1.19.1
imagecodecs==2020.5.30
tifffile==2020.7.4
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
name="bfio",
version=version,
author="Nick Schaub",
author_email="nick.schaub@labshare.com",
author_email="nick.schaub@nih.govm",
description="Simple reading and writing classes for tiled tiffs using Bioformats.",
long_description=long_description,
long_description_content_type="text/markdown",
project_urls={
'Documentation': 'https://bfio.readthedocs.io/en/latest/',
'Source': 'https://github.com/Nicholas-Schaub/polus-plugins/tree/master/utils/polus-bfio-util'
'Source': 'https://github.com/Labshare/bfio'
},
packages=setuptools.find_packages(),
package_data = {"bfio": ['jars/*.jar','jars/*.properties','VERSION']},
Expand Down

0 comments on commit d3deb28

Please sign in to comment.