mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
Merge pull request #131 from ubldr/upstream
bump up the version to the latest release
This commit is contained in:
commit
a93acecd59
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='bench',
|
name='bench',
|
||||||
version='0.1',
|
version='0.92',
|
||||||
py_modules=find_packages(),
|
py_modules=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
url='https://github.com/frappe/bench',
|
url='https://github.com/frappe/bench',
|
||||||
|
Loading…
Reference in New Issue
Block a user