Skip to content

Commit

Permalink
fix tmp dir error
Browse files Browse the repository at this point in the history
  • Loading branch information
He Xiaocong committed Aug 12, 2014
1 parent 1dce295 commit 959456c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uiautomator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
except: # to fix python setup error on Windows.
pass

__version__ = "0.1.31"
__version__ = "0.1.32"
__author__ = "Xiaocong He"
__all__ = ["device", "Device", "rect", "point", "Selector", "JsonRPCError"]

Expand Down
Binary file modified uiautomator/libs/bundle.jar
Binary file not shown.
Binary file modified uiautomator/libs/uiautomator-stub.jar
Binary file not shown.

0 comments on commit 959456c

Please sign in to comment.