Skip to content

Commit e98195a

Browse files
committed
Bump
- Version 13.3.1 - Added wheel
1 parent 75021d9 commit e98195a

15 files changed

Lines changed: 15 additions & 15 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.0',
6+
version='13.3.1',
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
setuptools
2-
requests
2+
requests
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
com
21
share
2+
com

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.0'
24+
__version__ = '13.3.1'
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.0'
22+
__version__ = '13.3.1'
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.0'
21+
__version__ = '13.3.1'
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.0'
27+
__version__ = '13.3.1'
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.0'
22+
__version__ = '13.3.1'
2323

2424
import Tkinter
2525
import ttk

src/com/dtmilano/android/culebron.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from com.dtmilano.android.common import profileStart
2828
from com.dtmilano.android.concertina import Concertina
2929

30-
__version__ = '13.3.0'
30+
__version__ = '13.3.1'
3131

3232
import sys
3333
import threading

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.0'
32+
__version__ = '13.3.1'
3333

3434
DEBUG = True
3535

0 commit comments

Comments
 (0)