summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
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
+