Skip to content

Commit d5a68dd

Browse files
committed
Bump
- Version 13.3.4
1 parent 4820e29 commit d5a68dd

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

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='13.3.2',
6+
version='13.3.4',
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
@@ -21,7 +21,7 @@
2121

2222
from com.dtmilano.android.adb.dumpsys import Dumpsys
2323

24-
__version__ = '13.3.2'
24+
__version__ = '13.3.4'
2525

2626
import sys
2727
import warnings

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import re
2020
from _warnings import warn
2121

22-
__version__ = '13.3.2'
22+
__version__ = '13.3.4'
2323

2424

2525
class Dumpsys:

src/com/dtmilano/android/common.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__ = '13.3.2'
21+
__version__ = '13.3.4'
2222

2323
import os
2424
import platform

src/com/dtmilano/android/concertina.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import sys
2525

2626
__author__ = 'diego'
27-
__version__ = '13.3.2'
27+
__version__ = '13.3.4'
2828

2929
DEBUG = True
3030

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__ = '13.3.2'
22+
__version__ = '13.3.4'
2323

2424
import Tkinter
2525
import ttk

src/com/dtmilano/android/plot.py

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

3030
from com.dtmilano.android.adb.dumpsys import Dumpsys
3131

32-
__version__ = '13.3.2'
32+
__version__ = '13.3.4'
3333

3434
DEBUG = True
3535

src/com/dtmilano/android/robotframework/viewclientwrapper.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__ = '13.3.2'
21+
__version__ = '13.3.4'
2222
__author__ = 'diego'
2323

2424
import sys

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__ = '13.3.2'
21+
__version__ = '13.3.4'
2222

2323
import json
2424
import os

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__ = '13.3.2'
21+
__version__ = '13.3.4'
2222

2323
import sys
2424
import warnings

0 commit comments

Comments
 (0)