Skip to content

Commit

Permalink
Release 1.4 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpconanfan authored May 22, 2017
1 parent 643529e commit a35f7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ def run_tests(self):
def main():
setuptools.setup(
name='mobly',
version='1.3',
version='1.4',
maintainer = 'Ang Li',
maintainer_email = '[email protected]',
description='Automation framework for special end-to-end test cases',
license='Apache2.0',
url = 'https://github.com/google/mobly',
download_url = 'https://github.com/google/mobly/tarball/1.3',
download_url = 'https://github.com/google/mobly/tarball/1.4',
packages=setuptools.find_packages(),
include_package_data=False,
scripts=['tools/sl4a_shell.py', 'tools/snippet_shell.py'],
Expand Down

0 comments on commit a35f7b8

Please sign in to comment.