If requested in setup.cfg, python-setuptools is appending the build date to the version number (source)
Detection
Inside the source the file setup.cfg contains tag_date = True.
Inside the binary package the egg-info directory contains a date timestamp (YYYYMMDD).
Solution
Set tag_date to False.
