2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00

bump up version to the latest release

This commit is contained in:
loader 2015-07-31 08:21:57 +00:00
parent 7a9dc9a5ac
commit bc2e208e37

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='bench',
version='0.1',
version='0.92',
py_modules=find_packages(),
include_package_data=True,
url='https://github.com/frappe/bench',