2
0
mirror of https://github.com/frappe/bench.git synced 2025-02-13 08:18:27 +00:00

bumped version to v2.1

This commit is contained in:
Anand Doshi 2016-04-13 18:31:33 +05:30
parent 4223b37483
commit 4f93b1b80c

View File

@ -1,5 +1,5 @@
from jinja2 import Environment, PackageLoader
__version__ = "2.0.0"
__version__ = "2.1.0"
env = Environment(loader=PackageLoader('bench.config'), trim_blocks=True)