Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
 - Version 10.1.5
  • Loading branch information
dtmilano committed Mar 17, 2015
1 parent 4ddb568 commit 2c12acb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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='10.1.0',
version='10.1.5',
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 @@ -17,7 +17,7 @@
@author: Diego Torres Milano
'''

__version__ = '10.1.0'
__version__ = '10.1.5'

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

__version__ = '10.1.0'
__version__ = '10.1.5'

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

__version__ = '10.1.4'
__version__ = '10.1.5'

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

__version__ = '10.1.0'
__version__ = '10.1.5'

import sys
import os
Expand Down

0 comments on commit 2c12acb

Please sign in to comment.