Skip to content

Commit 529e1aa

Browse files
committed
Updated setup.py for version 4.5.0
1 parent db9a1ca commit 529e1aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AndroidViewClient/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env python
22

3-
from distutils.core import setup
3+
from setuptools import setup
44

55
setup(name='AndroidViewClient',
6-
version='4.4.2',
6+
version='4.5.0',
77
description='''AndroidViewClient is a 100% pure python tool that
88
simplifies test script creation providing higher level operations and the ability of
99
obtaining the tree of Views present at any given moment on the device or emulator screen.

0 commit comments

Comments
 (0)