Bump version: 40.4.0 → 40.4.1

This commit is contained in:
Jason R. Coombs 2018-09-18 11:16:24 -04:00
parent d4b5eb62d4
commit 4f86e36471
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
v40.4.1
-------
* #1480: Bump vendored pyparsing to 2.2.1.
v40.4.0
-------

View File

@ -1 +0,0 @@
Bump vendored pyparsing to 2.2.1.

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 40.4.0
current_version = 40.4.1
commit = True
tag = True

View File

@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
version="40.4.0",
version="40.4.1",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"