mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 14:45:10 +00:00
6 lines
136 B
Python
6 lines
136 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
VERSION = (2, 0, 0)
|
|
__version__ = '.'.join([str(n) for n in VERSION])
|