Skip to content

Commit 18d1572

Browse files
committed
Fix problem for comtypes
1 parent 06902e9 commit 18d1572

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Also adds :code:`ui-inspector` script that allows you to inspect UI elements. Ju
5555
**Changelog:**
5656

5757

58-
UISoup 2.5.3 (released 10 Apr 2017)
58+
UISoup 2.5.4 (released 14 Apr 2017)
5959

6060
* Additions: added support for Python3.
6161
* Additions: docstrings were updated.

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
comtypes==1.1.3
1+
comtypes>=1.1.3

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def package_env(file_name, strict=False):
1616
if __name__ == '__main__':
1717
setup(
1818
name='UISoup',
19-
version='2.5.3',
19+
version='2.5.4',
2020
description='Cross Platform GUI Test Automation tool.',
2121
long_description=package_env('README.rst'),
2222
author='Max Beloborodko',

0 commit comments

Comments
 (0)