mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 15:05:08 +00:00
6 lines
154 B
Python
6 lines
154 B
Python
# coding: utf-8
|
|
from __future__ import unicode_literals, division, absolute_import, print_function
|
|
|
|
|
|
__version__ = '0.22.0'
|
|
__version_info__ = (0, 22, 0)
|