diff options
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] + |
