Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
 - Version 13.1.3
  • Loading branch information
dtmilano committed Mar 16, 2017
1 parent 3e8267a commit cabe2b7
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name='androidviewclient',
version='13.1.2',
version='13.1.3',
description='''AndroidViewClient is a 100% pure python library and tools
that simplifies test script creation providing higher level
operations and the ability of obtaining the tree of Views present at
Expand Down
2 changes: 1 addition & 1 deletion src/com/dtmilano/android/adb/adbclient.py
Expand Up @@ -21,7 +21,7 @@

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

__version__ = '13.1.2'
__version__ = '13.1.3'

import sys
import warnings
Expand Down
2 changes: 1 addition & 1 deletion src/com/dtmilano/android/adb/dumpsys.py
Expand Up @@ -18,7 +18,7 @@
'''
import re

__version__ = '13.1.2'
__version__ = '13.1.3'


class Dumpsys:
Expand Down
2 changes: 1 addition & 1 deletion src/com/dtmilano/android/concertina.py
Expand Up @@ -24,7 +24,7 @@
import sys

__author__ = 'diego'
__version__ = '13.1.2'
__version__ = '13.1.3'

DEBUG = True

Expand Down
2 changes: 1 addition & 1 deletion src/com/dtmilano/android/controlpanel.py
Expand Up @@ -19,7 +19,7 @@
@author: Ahmed Kasem
'''

__version__ = '13.1.2'
__version__ = '13.1.3'

import Tkinter
import ttk
Expand Down
2 changes: 1 addition & 1 deletion src/com/dtmilano/android/culebron.py
Expand Up @@ -27,7 +27,7 @@
from com.dtmilano.android.common import profileStart
from com.dtmilano.android.concertina import Concertina

__version__ = '13.1.2'
__version__ = '13.1.3'

import sys
import threading
Expand Down
Expand Up @@ -18,7 +18,7 @@
@author: Diego Torres Milano
'''

__version__ = '13.1.2'
__version__ = '13.1.3'
__author__ = 'diego'

import sys
Expand Down
2 changes: 1 addition & 1 deletion src/com/dtmilano/android/uiautomator/uiautomatorhelper.py
Expand Up @@ -18,7 +18,7 @@
@author: Diego Torres Milano
'''

__version__ = '13.1.2'
__version__ = '13.1.3'

import json
import os
Expand Down
2 changes: 1 addition & 1 deletion src/com/dtmilano/android/viewclient.py
Expand Up @@ -18,7 +18,7 @@
@author: Diego Torres Milano
'''

__version__ = '13.1.2'
__version__ = '13.1.3'

import sys
import warnings
Expand Down
2 changes: 1 addition & 1 deletion tools/culebra
Expand Up @@ -20,7 +20,7 @@ ___________________/ /__/ /__/ /__/ /________________________________
'''

__version__ = '13.1.2'
__version__ = '13.1.3'

import calendar
import codecs
Expand Down
2 changes: 1 addition & 1 deletion tools/dump
Expand Up @@ -6,7 +6,7 @@ Created on Feb 3, 2012
@author: diego
'''

__version__ = '13.1.2'
__version__ = '13.1.3'

import ast
import getopt
Expand Down

0 comments on commit cabe2b7

Please sign in to comment.