diff options
| author | Seth Morton <seth.m.morton@gmail.com> | 2020-01-29 21:01:31 -0800 |
|---|---|---|
| committer | Seth Morton <seth.m.morton@gmail.com> | 2020-01-29 21:01:31 -0800 |
| commit | d37289556818f10619c4a15ca9b9d315b5a2a482 (patch) | |
| tree | 0fab0101ade0f5b7742fbd502420b67049286fcf /setup.py | |
| parent | e238a06473d0bf411e6b779e24d98f9eb58bb713 (diff) | |
| download | natsort-long-term-support.tar.gz | |
Bump version: 6.2.0 → 6.2.16.2.1long-term-support
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ from setuptools import find_packages, setup setup( name='natsort', - version='6.2.0', + version='6.2.1', packages=find_packages(), entry_points={'console_scripts': ['natsort = natsort.__main__:main']}, python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", |
