Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
 - Version 10.3.0
  • Loading branch information
dtmilano committed Apr 25, 2015
1 parent f69e89d commit a65532c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name='androidviewclient',
version='10.2.1',
version='10.3.0',
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@author: Diego Torres Milano
'''

__version__ = '10.2.1'
__version__ = '10.3.0'

import sys
import warnings
Expand Down
2 changes: 1 addition & 1 deletion src/com/dtmilano/android/controlpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@author: Ahmed Kasem
'''

__version__ = '10.2.1'
__version__ = '10.3.0'

import sys, os
import Tkinter, tkFileDialog, ttk
Expand Down
2 changes: 1 addition & 1 deletion src/com/dtmilano/android/culebron.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'''

__version__ = '10.2.1'
__version__ = '10.3.0'

import sys
import threading
Expand Down
2 changes: 1 addition & 1 deletion src/com/dtmilano/android/viewclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@author: Diego Torres Milano
'''

__version__ = '10.2.1'
__version__ = '10.3.0'

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

__version__ = '10.2.1'
__version__ = '10.3.0'

import re
import sys
Expand Down
2 changes: 1 addition & 1 deletion tools/dump
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Created on Feb 3, 2012
@author: diego
'''

__version__ = '10.2.1'
__version__ = '10.3.0'

import sys
import os
Expand Down

0 comments on commit a65532c

Please sign in to comment.