mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-09 05:04:55 +00:00
2 lines
79 B
Python
2 lines
79 B
Python
__version__ = (1, 0, 1)
|
|
version_string = '.'.join(str(n) for n in __version__)
|