summaryrefslogtreecommitdiff
path: root/natsort
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2022-01-30 19:19:44 -0800
committerSeth Morton <seth.m.morton@gmail.com>2022-01-30 19:19:44 -0800
commite3c32f5638bf3a0e9a23633495269bea0e75d379 (patch)
tree23fa16eb6e44ec6e26d9a40eacd84ac968242b71 /natsort
parent473348f820941cae18d377bde986e56ecc0ff37e (diff)
downloadnatsort-e3c32f5638bf3a0e9a23633495269bea0e75d379.tar.gz
Bump version: 8.0.2 → 8.1.08.1.0
Diffstat (limited to 'natsort')
-rw-r--r--natsort/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/natsort/__init__.py b/natsort/__init__.py
index 0c3a07d..911c11b 100644
--- a/natsort/__init__.py
+++ b/natsort/__init__.py
@@ -23,7 +23,7 @@ from natsort.natsort import (
from natsort.ns_enum import NSType, ns
from natsort.utils import KeyType, NatsortInType, NatsortOutType, chain_functions
-__version__ = "8.0.2"
+__version__ = "8.1.0"
__all__ = [
"natsort_key",