1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-23 08:12:41 +00:00
mylar/lib/natsort/_version.py

10 lines
150 B
Python
Raw Normal View History

2018-06-14 17:07:39 +00:00
# -*- coding: utf-8 -*-
from __future__ import (
print_function,
division,
unicode_literals,
absolute_import
)
__version__ = '5.3.0'