Skip to content

Commit 20af0a2

Browse files
committed
#71 - bug fix for select(), change to exact match
fix implemented upstream, see #71 for details
1 parent 41fe9ac commit 20af0a2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# TagUI for Python
44

5-
[**Use Cases**](#use-cases) | [**API Reference**](#api-reference) | [**About & Credits**](#about--credits) | [**v1.14**](https://github.com/tebelorg/TagUI-Python/releases)
5+
[**Use Cases**](#use-cases) | [**API Reference**](#api-reference) | [**About & Credits**](#about--credits) | [**v1.15**](https://github.com/tebelorg/TagUI-Python/releases)
66

77
![TagUI for Python demo in Jupyter notebook](https://raw.githubusercontent.com/tebelorg/Tump/master/tagui_python.gif)
88

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='tagui',
5-
version='1.14.0',
5+
version='1.15.0',
66
py_modules=['tagui'],
77
author='Ken Soh',
88
author_email='opensource@tebel.org',

tagui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Apache License 2.0, Copyright 2019 Tebel.Automation Private Limited
33
# https://github.com/tebelorg/TagUI-Python/blob/master/LICENSE.txt
44
__author__ = 'Ken Soh <opensource@tebel.org>'
5-
__version__ = '1.14.0'
5+
__version__ = '1.15.0'
66

77
import subprocess
88
import os

0 commit comments

Comments
 (0)