diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 14:19:54 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 14:19:54 -0400 |
| commit | 1627f58f4ca1d03bfc53d918373cb681a57d661d (patch) | |
| tree | b9237ea84fade653dcdca156f267629964e3d8fb /setup.cfg | |
| parent | af4b8f9370b9e18a9f5fe43e17161533e1a31646 (diff) | |
| download | external_python_setuptools-1627f58f4ca1d03bfc53d918373cb681a57d661d.tar.gz external_python_setuptools-1627f58f4ca1d03bfc53d918373cb681a57d661d.tar.bz2 external_python_setuptools-1627f58f4ca1d03bfc53d918373cb681a57d661d.zip | |
Bump version: 20.5.0 → 20.6.0v20.6.0
Diffstat (limited to 'setup.cfg')
| -rwxr-xr-x | setup.cfg | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,3 +1,8 @@ +[bumpversion] +current_version = 20.6.0 +commit = True +tag = True + [egg_info] tag_build = .post tag_date = 1 @@ -21,11 +26,7 @@ upload-dir = docs/build/html formats = gztar zip [wheel] -universal=1 - -[bumpversion] -current_version = 20.5.0 -commit = True -tag = True +universal = 1 [bumpversion:file:setup.py] + |
