1[bumpversion] 2current_version = 39.1.0 3commit = True 4tag = True 5 6[egg_info] 7tag_build = 8tag_date = 0 9 10[aliases] 11clean_egg_info = egg_info -Db '' 12release = clean_egg_info sdist bdist_wheel 13source = register sdist binary 14binary = bdist_egg upload --show-response 15 16[upload] 17repository = https://upload.pypi.org/legacy/ 18 19[sdist] 20formats = zip 21 22[bdist_wheel] 23universal = 1 24 25[metadata] 26license_file = LICENSE 27 28[bumpversion:file:setup.py] 29 30