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