Commit 65754182 authored by Paul Ganssle's avatar Paul Ganssle Committed by GitHub

Merge pull request #1687 from pypa/feature/version-in-cfg

Move version to declarative config
parents 23e4f21a fc61c27c
[bumpversion]
current_version = 40.8.0
commit = True
tag = True
[bumpversion:file:setup.cfg]
[bumpversion]
current_version = 40.8.0
commit = True
tag = True
[egg_info]
tag_build = .post
tag_date = 1
......@@ -24,6 +19,4 @@ universal = 1
[metadata]
license_file = LICENSE
[bumpversion:file:setup.py]
version = 40.8.0
......@@ -89,7 +89,6 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
version="40.8.0",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment