Commit 172a5728 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 40.1.0 → 40.2.0

parent 5f4fa26d
vv40.1.1
--------
* #1465: Fix regression with `egg_info` command when tagging is used.
v40.1.0
-------
......
Fix regression with `egg_info` command when tagging is used.
[bumpversion]
current_version = 40.1.0
current_version = 40.2.0
commit = True
tag = True
......
......@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
version="40.1.0",
version="40.2.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