summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-13 10:40:49 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-13 10:44:45 -0800
commit47d72d5eaabd647170da0770f9c162767a84bdec (patch)
tree14e04ccdcdb588b7b3085a61f2578b1a6e038eeb /setup.cfg
parent2538be09ee3daf48bf02a19c1b252240b8a6f7ca (diff)
downloadnatsort-47d72d5eaabd647170da0770f9c162767a84bdec.tar.gz
Bump version: 6.1.0 → 6.2.0
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 2727947..bc72bf6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 6.1.0
+current_version = 6.2.0
commit = True
tag = True
tag_name = {new_version}
@@ -58,7 +58,7 @@ max-line-length = 89
import-order-style = pycharm
doctests = True
max-complexity = 10
-exclude =
+exclude =
natsort.egg-info,
.tox,
.cache,
@@ -68,4 +68,5 @@ exclude =
dist,
docs,
.venv,
- natsort/compat/py23.py
+ natsort/compat/py23.py
+