1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-03-08 21:03:36 +00:00
mylar/lib/natsort/_version.py

10 lines
150 B
Python
Raw Normal View History

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