summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2018-11-18 14:53:46 -0800
committerSeth M Morton <seth.m.morton@gmail.com>2018-11-18 14:53:46 -0800
commit4e3bdddd58c874622431a4b9dc8ef86dfdef8d18 (patch)
tree05a86540a1ca37fd074b63b18d00fc5b59323fdb /setup.cfg
parent00a1113cfc7b7cc89d6f8c6e4e70f9246017585f (diff)
downloadnatsort-4e3bdddd58c874622431a4b9dc8ef86dfdef8d18.tar.gz
Bump version: 5.4.1 → 5.5.05.5.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 72face2..3b44072 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 5.4.1
+current_version = 5.5.0
commit = True
tag = True
tag_name = {new_version}
@@ -12,7 +12,7 @@ description = Simple yet flexible natural sorting in Python.
long_description = file: README.rst
license = MIT
license_file = LICENSE
-classifiers =
+classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Science/Research
@@ -55,7 +55,7 @@ max-line-length = 89
import-order-style = pycharm
doctests = True
max-complexity = 10
-exclude =
+exclude =
natsort.egg-info,
.tox,
.cache,
@@ -66,3 +66,4 @@ exclude =
docs,
.venv,
natsort/compat/py23.py
+