Skip to content

Commit 2d48723

Browse files
committed
4.0.0
1 parent 05a053b commit 2d48723

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/docs/_build
44
/python_bioformats.egg-info
55
/dist
6-
/bioformats/_version.py
76
\.eggs/
87
\.idea/
98
venv

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,5 @@
3939
"bioformats"
4040
],
4141
url="http://github.com/CellProfiler/python-bioformats/",
42-
setup_requires = ['setuptools_scm'],
43-
use_scm_version = {
44-
"write_to": "bioformats/_version.py",
45-
},
42+
version="4.0.0"
4643
)

0 commit comments

Comments
 (0)