2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-13 16:56:33 +00:00

Merge pull request #131 from ubldr/upstream

bump up the version to the latest release
This commit is contained in:
Rushabh Mehta 2015-07-31 15:01:09 +05:30
commit a93acecd59

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',