Bump version: 40.4.1 → 40.4.2

This commit is contained in:
Jason R. Coombs 2018-09-21 13:16:06 -04:00
parent 8cb8bb58e3
commit 5ba6a42467
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
v40.4.2
-------
* #1497: Updated gitignore in repo.
v40.4.1
-------

View File

@ -1 +0,0 @@
Updated gitignore in repo.

View File

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

View File

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