Skip to content

Commit a4a27d6

Browse files
committed
Bump
- Version 10.7.5
1 parent 436d612 commit a4a27d6

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

.idea/AndroidViewClient.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup(name='androidviewclient',
6-
version='10.7.2',
6+
version='10.7.5',
77
description='''AndroidViewClient is a 100% pure python library and tools
88
that simplifies test script creation providing higher level
99
operations and the ability of obtaining the tree of Views present at

src/com/dtmilano/android/adb/adbclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'''
1919
import threading
2020

21-
__version__ = '10.7.4'
21+
__version__ = '10.7.5'
2222

2323
import sys
2424
import warnings

src/com/dtmilano/android/concertina.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import time
2626

2727
__author__ = 'diego'
28-
__version__ = '10.7.2'
28+
__version__ = '10.7.5'
2929

3030
DEBUG = True
3131

src/com/dtmilano/android/controlpanel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@author: Ahmed Kasem
2020
'''
2121

22-
__version__ = '10.7.2'
22+
__version__ = '10.7.5'
2323

2424
import sys, os
2525
import Tkinter, tkFileDialog, ttk

src/com/dtmilano/android/culebron.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from com.dtmilano.android.common import profileEnd
2626
from com.dtmilano.android.concertina import Concertina
2727

28-
__version__ = '10.7.3'
28+
__version__ = '10.7.5'
2929

3030
import sys
3131
import threading

src/com/dtmilano/android/uiautomator/uiautomatorhelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@author: Diego Torres Milano
1919
'''
2020

21-
__version__ = '10.7.2'
21+
__version__ = '10.7.5'
2222

2323
import httplib
2424
from httplib import HTTPConnection

src/com/dtmilano/android/viewclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@author: Diego Torres Milano
1919
'''
2020

21-
__version__ = '10.7.2'
21+
__version__ = '10.7.5'
2222

2323
import sys
2424
import warnings

tools/culebra

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ___________________/ /__/ /__/ /__/ /________________________________
2020
2121
'''
2222

23-
__version__ = '10.7.2'
23+
__version__ = '10.7.5'
2424

2525
import re
2626
import sys

0 commit comments

Comments
 (0)