Skip to content

Commit

Permalink
Pypi description update
Browse files Browse the repository at this point in the history
  • Loading branch information
serhatbolsu committed Oct 13, 2016
1 parent 4ae9d2e commit 33b061a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

setup(name = 'robotframework-appiumlibrary',
version = VERSION,
description = 'app testing library for Robot Framework',
description = 'Robot Framework Mobile app testing library for Appium Client Android & iOS & Web',
long_description = open(join(dirname(__file__), 'README.rst')).read(),
author = 'William Zhang, Xie Lieping, Jari Nurminen, Serhat Bolsu',
author_email = '<[email protected]>, <[email protected]>',
url = 'https://github.com/jollychang/robotframework-appiumlibrary',
author = 'Serhat Bolsu, William Zhang, Xie Lieping, Jari Nurminen',
author_email = '<[email protected]>, <[email protected]>, <[email protected]>',
url = 'https://github.com/serhatbolsu/robotframework-appiumlibrary',
license = 'Apache License 2.0',
keywords = 'robotframework testing testautomation mobile appium webdriver app',
keywords = 'robotframework testing testautomation mobile appium webdriver app android ios',
platforms = 'any',
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
2 changes: 1 addition & 1 deletion src/AppiumLibrary/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

VERSION = '1.4.0'
VERSION = '1.4.0.1'

0 comments on commit 33b061a

Please sign in to comment.