Skip to content

Commit 6bdea18

Browse files
authored
Merge pull request vmalyi#1 from vmalyi/master
Updating with master project
2 parents 4a237bd + b7fc112 commit 6bdea18

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ Currently following adb commands are **supported**:
2525
* adb start-server
2626
* adb kill-server
2727
* adb get-state
28+
* adb sync
29+
* adb version
2830

2931
Currently following adb commands are **not supported**:
3032

31-
* adb sync
3233
* adb forward
3334
* adb wait-for-device
3435
* adb logcat
3536
* adb bugreport
3637
* adb jdwp
3738
* adb help
38-
* adb version
3939
* adb -d
4040
* adb -e
4141
* adb -s

adb_android/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'Viktor Malyi'
22
__email__ = 'v.stratus@gmail.com'
3-
__version__ = '1.1.0'
3+
__version__ = '1.2.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='adb_android',
17-
version='1.1.0',
17+
version='1.2.0',
1818
description="Enable android adb in your python script",
1919
long_description='This python package is a wrapper for standard android adb\
2020
implementation. It allows you to execute android adb commands in your \

0 commit comments

Comments
 (0)