Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Sep 7, 2020
1 parent 05a053b commit 2d48723
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/docs/_build
/python_bioformats.egg-info
/dist
/bioformats/_version.py
\.eggs/
\.idea/
venv
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,5 @@
"bioformats"
],
url="http://github.com/CellProfiler/python-bioformats/",
setup_requires = ['setuptools_scm'],
use_scm_version = {
"write_to": "bioformats/_version.py",
},
version="4.0.0"
)

0 comments on commit 2d48723

Please sign in to comment.