Open bdrung opened 1 year ago
Running --version on pydocstyle 6.2.3-2 from Debian/Ubuntu reports the wrong version:
--version
$ pydocstyle --version 0.0.0.dev0
This is caused by pyproject.toml having set version to 0.0.0-dev.
pyproject.toml
version
0.0.0-dev
Running
--version
on pydocstyle 6.2.3-2 from Debian/Ubuntu reports the wrong version:This is caused by
pyproject.toml
having setversion
to0.0.0-dev
.