diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-02-23 12:31:43 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-02-23 12:31:43 -0500 |
| commit | 8c5856cce69004ab28a4017e48298941e686fe15 (patch) | |
| tree | 8d813fbb4c99187d7b53ff808d67e1411a772dfb | |
| parent | a8d4a07c51614195ac41f43a69805b523685e9df (diff) | |
| download | python-setuptools-git-archive/feature/bundle-build-deps.tar.gz | |
Bump version: 34.2.0 → 34.3.0archive/feature/bundle-build-deps
| -rwxr-xr-x | setup.cfg | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [bumpversion] -current_version = 34.2.0 +current_version = 34.3.0 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="34.2.0", + version="34.3.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
